#CAEE92

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

Shades of Reef #CAEE92

Tints of Reef #CAEE92

Color information

#CAEE92 (or 0xCAEE92) is unknown color: approx Reef. HEX triplet: CA, EE and 92. RGB value is (202,238,146). Sum of RGB (Red+Green+Blue) = 202+238+146=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 146 (57.42% from 255 or 24.91% from 586); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEE92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEE92 is #35116D. Grayscale: #D9D9D9. Windows color (decimal): -3477870 or 9629386. OLE color: 9629386.

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

Color convert

RGB202238146-
CMYK0.1500.390.07
HSL83.48º73.02%75.29%-
HSV(B)83.48º38.66%93.33%-
XYZ60.1275.7838.65-
YUV216.7588.07117.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.47%
GREEN value IS 238 (93.36% from 255) = 40.61%
BLUE value IS 146 (57.42% from 255) = 24.91%
R=34.47%
G=40.61%
B=24.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022381460.1500.390.0783.4873.0275.29
HexCAEE92F027753494b
Octal312356222170477123111113
Binary11001010111011101001001011110100111111101001110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEE92; }

 p { color: rgb(202,238,146); }

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

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

 a { background-color: rgb(202,238,146); }

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

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

 span { border-color: rgb(202,238,146); }

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