Html Css Color HEX #CAE6AE Reef

📋 copy color: '#CAE6AE'

red 202 ◦ green 230 ◦ blue 174

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

Shades of Reef #CAE6AE

Tints of Reef #CAE6AE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.95%

 BLUE value IS 174 (68.36% from 255) = 28.71%

R = 33.33%
G = 37.95%
B = 28.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#CAE6AE (or 0xCAE6AE) is known color: Reef. HEX triplet: CA, E6 and AE. RGB value is (202,230,174). Sum of RGB (Red+Green+Blue) = 202+230+174=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE6AE is #351951. Grayscale: #D7D7D7. Windows color (decimal): -3479890 or 11462346. OLE color: 11462346.

HSL color Cylindrical-coordinate representation of color #CAE6AE: hue angle of 90º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAE6AE is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 230 174 -
CMYK 0.12 0 0.24 0.10
HSL 90º 0.53% 0.79% -
HSV(B) 90º 0.24% 0.9% -
XYZ 60.29 72.21 50.8 -
YUV 215.24 104.72 118.55 -
System Red Green Blue C M Y K H S L
Decimal 202 230 174 0.12 0 0.24 0.10 90 0.53 0.79
Hex CA E6 AE C 0 18 A 5A 35 4F
Octal 312 346 256 14 0 30 12 132 65 117
Binary 11001010 11100110 10101110 1100 0 11000 1010 1011010 110101 1001111

Color Harmonies of #CAE6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE6AE

Black with #CAE6AE

Text Example


Text Example

White with #CAE6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE6AE; }

 p { color: rgb(202,230,174); }

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

background-color css

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

 a { background-color: rgb(202,230,174); }

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

border-color css

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

 span { border-color: rgb(202,230,174); }

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