Html Css Color HEX #CAEAA6 Reef

📋 copy color: '#CAEAA6'

red 202 ◦ green 234 ◦ blue 166

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

Shades of Reef #CAEAA6

Tints of Reef #CAEAA6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.87%

 BLUE value IS 166 (65.23% from 255) = 27.57%

R = 33.55%
G = 38.87%
B = 27.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#CAEAA6 (or 0xCAEAA6) is known color: Reef. HEX triplet: CA, EA and A6. RGB value is (202,234,166). Sum of RGB (Red+Green+Blue) = 202+234+166=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 166 (65.23% from 255 or 27.57% from 602); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEAA6 is #351559. Grayscale: #D8D8D8. Windows color (decimal): -3478874 or 10939082. OLE color: 10939082.

HSL color Cylindrical-coordinate representation of color #CAEAA6: hue angle of 88.24º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAEAA6 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 234 166 -
CMYK 0.14 0 0.29 0.08
HSL 88.24º 0.62% 0.78% -
HSV(B) 88.24º 0.29% 0.92% -
XYZ 60.66 74.16 47.19 -
YUV 216.68 99.4 117.53 -
System Red Green Blue C M Y K H S L
Decimal 202 234 166 0.14 0 0.29 0.08 88.24 0.62 0.78
Hex CA EA A6 E 0 1D 8 58 3E 4E
Octal 312 352 246 16 0 35 10 130 76 116
Binary 11001010 11101010 10100110 1110 0 11101 1000 1011000 111110 1001110

Color Harmonies of #CAEAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEAA6

Black with #CAEAA6

Text Example


Text Example

White with #CAEAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEAA6; }

 p { color: rgb(202,234,166); }

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

background-color css

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

 a { background-color: rgb(202,234,166); }

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

border-color css

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

 span { border-color: rgb(202,234,166); }

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