#CAE196

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

Shades of Reef #CAE196

Tints of Reef #CAE196

Color information

#CAE196 (or 0xCAE196) is unknown color: approx Reef. HEX triplet: CA, E1 and 96. RGB value is (202,225,150). Sum of RGB (Red+Green+Blue) = 202+225+150=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 225 (88.28% from 255 or 38.99% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE196 is #351E69. Grayscale: #D1D1D1. Windows color (decimal): -3481194 or 9888202. OLE color: 9888202.

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

Color convert

RGB202225150-
CMYK0.1000.330.12
HSL78.4º55.56%73.53%-
HSV(B)78.4º33.33%88.24%-
XYZ56.7968.6139.1-
YUV209.5794.38122.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 225 (88.28% from 255) = 38.99%
BLUE value IS 150 (58.98% from 255) = 26.00%
R=35.01%
G=38.99%
B=26.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022251500.1000.330.1278.455.5673.53
HexCAE196A021C4e384a
Octal312341226120411411670112
Binary11001010111000011001011010100100001110010011101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE196; }

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

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

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

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

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

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

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

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