#CAE79C

Color #CAE79C Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CAE79C

Tints of Reef #CAE79C

Color information

#CAE79C (or 0xCAE79C) is unknown color: approx Reef. HEX triplet: CA, E7 and 9C. RGB value is (202,231,156). Sum of RGB (Red+Green+Blue) = 202+231+156=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 231 (90.62% from 255 or 39.22% from 589); Blue value is 156 (61.33% from 255 or 26.49% from 589); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE79C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE79C is #351863. Grayscale: #D6D6D6. Windows color (decimal): -3479652 or 10282954. OLE color: 10282954.

HSL color Cylindrical-coordinate representation of color #CAE79C: hue angle of 83.2º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAE79C is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB202231156-
CMYK0.1300.320.09
HSL83.2º60.98%75.88%-
HSV(B)83.2º32.47%90.59%-
XYZ58.9372.1142.26-
YUV213.7895.39119.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 231 (90.62% from 255) = 39.22%
BLUE value IS 156 (61.33% from 255) = 26.49%
R=34.30%
G=39.22%
B=26.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022311560.1300.320.0983.260.9875.88
HexCAE79CD0209533d4c
Octal312347234150401112375114
Binary11001010111001111001110011010100000100110100111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE79C; }

 p { color: rgb(202,231,156); }

 H1.HeaderClassName
 {
   color: #CAE79C;
 }
 .AnyTagClassName
 {
   color: #CAE79C;
 }
</style>
background-color css

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

 a { background-color: rgb(202,231,156); }

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

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

 span { border-color: rgb(202,231,156); }

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