#CAE199

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

Shades of Reef #CAE199

Tints of Reef #CAE199

Color information

#CAE199 (or 0xCAE199) is unknown color: approx Reef. HEX triplet: CA, E1 and 99. RGB value is (202,225,153). Sum of RGB (Red+Green+Blue) = 202+225+153=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 153 (60.16% from 255 or 26.38% from 580); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE199 is #351E66. Grayscale: #D2D2D2. Windows color (decimal): -3481191 or 10084810. OLE color: 10084810.

HSL color Cylindrical-coordinate representation of color #CAE199: hue angle of 79.17º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAE199 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB202225153-
CMYK0.1000.320.12
HSL79.17º54.55%74.12%-
HSV(B)79.17º32%88.24%-
XYZ57.0368.7140.39-
YUV209.9295.88122.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 225 (88.28% from 255) = 38.79%
BLUE value IS 153 (60.16% from 255) = 26.38%
R=34.83%
G=38.79%
B=26.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022251530.1000.320.1279.1754.5574.12
HexCAE199A020C4f374a
Octal312341231120401411767112
Binary11001010111000011001100110100100000110010011111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE199; }

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

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

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

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

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

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

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

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