#CAEC95

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

Shades of Reef #CAEC95

Tints of Reef #CAEC95

Color information

#CAEC95 (or 0xCAEC95) is unknown color: approx Reef. HEX triplet: CA, EC and 95. RGB value is (202,236,149). Sum of RGB (Red+Green+Blue) = 202+236+149=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #CAEC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEC95 is #35136A. Grayscale: #D8D8D8. Windows color (decimal): -3478379 or 9825482. OLE color: 9825482.

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

Color convert

RGB202236149-
CMYK0.1400.370.07
HSL83.45º69.6%75.49%-
HSV(B)83.45º36.86%92.55%-
XYZ59.7874.7239.71-
YUV215.9290.24118.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 236 (92.58% from 255) = 40.20%
BLUE value IS 149 (58.59% from 255) = 25.38%
R=34.41%
G=40.20%
B=25.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022361490.1400.370.0783.4569.675.49
HexCAEC95E025753464b
Octal312354225160457123106113
Binary11001010111011001001010111100100101111101001110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEC95; }

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

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

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

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

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

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

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

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