#CAEC9A

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

Shades of Reef #CAEC9A

Tints of Reef #CAEC9A

Color information

#CAEC9A (or 0xCAEC9A) is unknown color: approx Reef. HEX triplet: CA, EC and 9A. RGB value is (202,236,154). Sum of RGB (Red+Green+Blue) = 202+236+154=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 154 (60.55% from 255 or 26.01% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #CAEC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEC9A is #351365. Grayscale: #D8D8D8. Windows color (decimal): -3478374 or 10153162. OLE color: 10153162.

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

Color convert

RGB202236154-
CMYK0.1400.350.07
HSL84.88º68.33%76.47%-
HSV(B)84.88º34.75%92.55%-
XYZ60.1974.8841.85-
YUV216.4992.74117.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.12%
GREEN value IS 236 (92.58% from 255) = 39.86%
BLUE value IS 154 (60.55% from 255) = 26.01%
R=34.12%
G=39.86%
B=26.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022361540.1400.350.0784.8868.3376.47
HexCAEC9AE023755444c
Octal312354232160437125104114
Binary11001010111011001001101011100100011111101010110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEC9A; }

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

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

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

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

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

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

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

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