#CAE799

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

Shades of Reef #CAE799

Tints of Reef #CAE799

Color information

#CAE799 (or 0xCAE799) is unknown color: approx Reef. HEX triplet: CA, E7 and 99. RGB value is (202,231,153). Sum of RGB (Red+Green+Blue) = 202+231+153=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 153 (60.16% from 255 or 26.11% from 586); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE799 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE799 is #351866. Grayscale: #D5D5D5. Windows color (decimal): -3479655 or 10086346. OLE color: 10086346.

HSL color Cylindrical-coordinate representation of color #CAE799: hue angle of 82.31º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAE799 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB202231153-
CMYK0.1300.340.09
HSL82.31º61.9%75.29%-
HSV(B)82.31º33.77%90.59%-
XYZ58.6872.0140.94-
YUV213.4493.89119.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.47%
GREEN value IS 231 (90.62% from 255) = 39.42%
BLUE value IS 153 (60.16% from 255) = 26.11%
R=34.47%
G=39.42%
B=26.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022311530.1300.340.0982.3161.975.29
HexCAE799D0229523e4b
Octal312347231150421112276113
Binary11001010111001111001100111010100010100110100101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE799; }

 p { color: rgb(202,231,153); }

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

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

 a { background-color: rgb(202,231,153); }

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

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

 span { border-color: rgb(202,231,153); }

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