#CAED9A

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

Shades of Reef #CAED9A

Tints of Reef #CAED9A

Color information

#CAED9A (or 0xCAED9A) is unknown color: approx Reef. HEX triplet: CA, ED and 9A. RGB value is (202,237,154). Sum of RGB (Red+Green+Blue) = 202+237+154=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 154 (60.55% from 255 or 25.97% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #CAED9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAED9A is #351265. Grayscale: #D9D9D9. Windows color (decimal): -3478118 or 10153418. OLE color: 10153418.

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

Color convert

RGB202237154-
CMYK0.1500.350.07
HSL85.3º69.75%76.67%-
HSV(B)85.3º35.02%92.94%-
XYZ60.4775.4641.95-
YUV217.0792.4117.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.06%
GREEN value IS 237 (92.97% from 255) = 39.97%
BLUE value IS 154 (60.55% from 255) = 25.97%
R=34.06%
G=39.97%
B=25.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022371540.1500.350.0785.369.7576.67
HexCAED9AF023755464d
Octal312355232170437125106115
Binary11001010111011011001101011110100011111101010110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAED9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAED9A; }

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

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

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

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

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

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

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

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