Html Css Color HEX #CAE19B Reef

📋 copy color: '#CAE19B'

red 202 ◦ green 225 ◦ blue 155

#CAE19B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CAE19B

Tints of Reef #CAE19B

RGB

 RED value IS 202 (79.3% from 255) = 34.71%

 GREEN value IS 225 (88.28% from 255) = 38.66%

 BLUE value IS 155 (60.94% from 255) = 26.63%

R = 34.71%
G = 38.66%
B = 26.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CAE19B (or 0xCAE19B) is known color: Reef. HEX triplet: CA, E1 and 9B. RGB value is (202,225,155). Sum of RGB (Red+Green+Blue) = 202+225+155=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 155 (60.94% from 255 or 26.63% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE19B is #351E64. Grayscale: #D2D2D2. Windows color (decimal): -3481189 or 10215882. OLE color: 10215882.

HSL color Cylindrical-coordinate representation of color #CAE19B: hue angle of 79.71º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAE19B is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 225 155 -
CMYK 0.10 0 0.31 0.12
HSL 79.71º 0.54% 0.75% -
HSV(B) 79.71º 0.31% 0.88% -
XYZ 57.2 68.77 41.27 -
YUV 210.14 96.88 122.19 -
System Red Green Blue C M Y K H S L
Decimal 202 225 155 0.10 0 0.31 0.12 79.71 0.54 0.75
Hex CA E1 9B A 0 1F C 50 36 4B
Octal 312 341 233 12 0 37 14 120 66 113
Binary 11001010 11100001 10011011 1010 0 11111 1100 1010000 110110 1001011

Color Harmonies of #CAE19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE19B

Black with #CAE19B

Text Example


Text Example

White with #CAE19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE19B; }

 p { color: rgb(202,225,155); }

 H1.HeaderClassName
 {
   color: #CAE19B;
 }
 .AnyTagClassName
 {
   color: #CAE19B;
 }
</style>

background-color css

<style>
 a { background-color: #CAE19B; }

 a { background-color: rgb(202,225,155); }

 div.DivClassName
 {
   background-color: #CAE19B;
 }
 .BgClassName
 {
   background-color: #CAE19B;
 }
</style>

border-color css

<style>
 span { border-color: #CAE19B; }

 span { border-color: rgb(202,225,155); }

 td.TdClassName
 {
   border-color: #CAE19B;
 }
 .TagClassName
 {
   border-color: #CAE19B;
 }
</style>