#caed93

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

Shades of Reef #CAED93

Tints of Reef #CAED93

Color information

#CAED93 (or 0xCAED93) is unknown color: approx Reef. HEX triplet: CA, ED and 93. RGB value is (202,237,147). Sum of RGB (Red+Green+Blue) = 202+237+147=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 147 (57.81% from 255 or 25.09% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #CAED93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAED93 is #35126C. Grayscale: #D8D8D8. Windows color (decimal): -3478125 or 9694666. OLE color: 9694666.

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

Color convert

RGB202237147-
CMYK0.1500.380.07
HSL83.33º71.43%75.29%-
HSV(B)83.33º37.97%92.94%-
XYZ59.9175.2338.97-
YUV216.2888.9117.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.47%
GREEN value IS 237 (92.97% from 255) = 40.44%
BLUE value IS 147 (57.81% from 255) = 25.09%
R=34.47%
G=40.44%
B=25.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022371470.1500.380.0783.3371.4375.29
HexCAED93F026753474b
Octal312355223170467123107113
Binary11001010111011011001001111110100110111101001110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #caed93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #caed93; }

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

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

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

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

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

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

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

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