#CAEDA1

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

Shades of Reef #CAEDA1

Tints of Reef #CAEDA1

Color information

#CAEDA1 (or 0xCAEDA1) is unknown color: approx Reef. HEX triplet: CA, ED and A1. RGB value is (202,237,161). Sum of RGB (Red+Green+Blue) = 202+237+161=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 161 (63.28% from 255 or 26.83% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEDA1 is #35125E. Grayscale: #DADADA. Windows color (decimal): -3478111 or 10612170. OLE color: 10612170.

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

Color convert

RGB202237161-
CMYK0.1500.320.07
HSL87.63º67.86%78.04%-
HSV(B)87.63º32.07%92.94%-
XYZ61.0775.745.11-
YUV217.8795.9116.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 237 (92.97% from 255) = 39.5%
BLUE value IS 161 (63.28% from 255) = 26.83%
R=33.67%
G=39.5%
B=26.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022371610.1500.320.0787.6367.8678.04
HexCAEDA1F020758444e
Octal312355241170407130104116
Binary11001010111011011010000111110100000111101100010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDA1; }

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

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

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

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

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

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

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

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