Html Css Color HEX #CAE5A0 Reef

📋 copy color: '#CAE5A0'

red 202 ◦ green 229 ◦ blue 160

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

Shades of Reef #CAE5A0

Tints of Reef #CAE5A0

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.75%

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

R = 34.18%
G = 38.75%
B = 27.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#CAE5A0 (or 0xCAE5A0) is known color: Reef. HEX triplet: CA, E5 and A0. RGB value is (202,229,160). Sum of RGB (Red+Green+Blue) = 202+229+160=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 160 (62.89% from 255 or 27.07% from 591); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE5A0 is #351A5F. Grayscale: #D5D5D5. Windows color (decimal): -3480160 or 10544586. OLE color: 10544586.

HSL color Cylindrical-coordinate representation of color #CAE5A0: hue angle of 83.48º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAE5A0 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 160 -
CMYK 0.12 0 0.30 0.10
HSL 83.48º 0.57% 0.76% -
HSV(B) 83.48º 0.3% 0.9% -
XYZ 58.72 71.13 43.89 -
YUV 213.06 98.05 120.11 -
System Red Green Blue C M Y K H S L
Decimal 202 229 160 0.12 0 0.30 0.10 83.48 0.57 0.76
Hex CA E5 A0 C 0 1E A 53 39 4C
Octal 312 345 240 14 0 36 12 123 71 114
Binary 11001010 11100101 10100000 1100 0 11110 1010 1010011 111001 1001100

Color Harmonies of #CAE5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE5A0

Black with #CAE5A0

Text Example


Text Example

White with #CAE5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE5A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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