Html Css Color HEX #CAE4A0 Reef

📋 copy color: '#CAE4A0'

red 202 ◦ green 228 ◦ blue 160

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

Shades of Reef #CAE4A0

Tints of Reef #CAE4A0

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.64%

 BLUE value IS 160 (62.89% from 255) = 27.12%

R = 34.24%
G = 38.64%
B = 27.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#CAE4A0 (or 0xCAE4A0) is known color: Reef. HEX triplet: CA, E4 and A0. RGB value is (202,228,160). Sum of RGB (Red+Green+Blue) = 202+228+160=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 228 (89.45% from 255 or 38.64% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE4A0 is #351B5F. Grayscale: #D4D4D4. Windows color (decimal): -3480416 or 10544330. OLE color: 10544330.

HSL color Cylindrical-coordinate representation of color #CAE4A0: hue angle of 82.94º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAE4A0 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 228 160 -
CMYK 0.11 0 0.30 0.11
HSL 82.94º 0.56% 0.76% -
HSV(B) 82.94º 0.3% 0.89% -
XYZ 58.45 70.58 43.8 -
YUV 212.47 98.39 120.53 -
System Red Green Blue C M Y K H S L
Decimal 202 228 160 0.11 0 0.30 0.11 82.94 0.56 0.76
Hex CA E4 A0 B 0 1E B 53 38 4C
Octal 312 344 240 13 0 36 13 123 70 114
Binary 11001010 11100100 10100000 1011 0 11110 1011 1010011 111000 1001100

Color Harmonies of #CAE4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE4A0

Black with #CAE4A0

Text Example


Text Example

White with #CAE4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE4A0; }

 p { color: rgb(202,228,160); }

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

background-color css

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

 a { background-color: rgb(202,228,160); }

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

border-color css

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

 span { border-color: rgb(202,228,160); }

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