#CAEE95

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

Shades of Reef #CAEE95

Tints of Reef #CAEE95

Color information

#CAEE95 (or 0xCAEE95) is unknown color: approx Reef. HEX triplet: CA, EE and 95. RGB value is (202,238,149). Sum of RGB (Red+Green+Blue) = 202+238+149=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 149 (58.59% from 255 or 25.30% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEE95 is #35116A. Grayscale: #D9D9D9. Windows color (decimal): -3477867 or 9825994. OLE color: 9825994.

HSL color Cylindrical-coordinate representation of color #CAEE95: hue angle of 84.27º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAEE95 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB202238149-
CMYK0.1500.370.07
HSL84.27º72.36%75.88%-
HSV(B)84.27º37.39%93.33%-
XYZ60.3675.8839.9-
YUV217.0989.57117.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 238 (93.36% from 255) = 40.41%
BLUE value IS 149 (58.59% from 255) = 25.30%
R=34.30%
G=40.41%
B=25.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022381490.1500.370.0784.2772.3675.88
HexCAEE95F025754484c
Octal312356225170457124110114
Binary11001010111011101001010111110100101111101010010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEE95; }

 p { color: rgb(202,238,149); }

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

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

 a { background-color: rgb(202,238,149); }

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

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

 span { border-color: rgb(202,238,149); }

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