#cae696

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

Shades of Reef #CAE696

Tints of Reef #CAE696

Color information

#CAE696 (or 0xCAE696) is unknown color: approx Reef. HEX triplet: CA, E6 and 96. RGB value is (202,230,150). Sum of RGB (Red+Green+Blue) = 202+230+150=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE696 is #351969. Grayscale: #D4D4D4. Windows color (decimal): -3479914 or 9889482. OLE color: 9889482.

HSL color Cylindrical-coordinate representation of color #CAE696: hue angle of 81º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAE696 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB202230150-
CMYK0.1200.350.10
HSL81º61.54%74.51%-
HSV(B)81º34.78%90.2%-
XYZ58.1671.3539.56-
YUV212.5192.72120.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.71%
GREEN value IS 230 (90.23% from 255) = 39.52%
BLUE value IS 150 (58.98% from 255) = 25.77%
R=34.71%
G=39.52%
B=25.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022301500.1200.350.108161.5474.51
HexCAE696C023A513e4b
Octal312346226140431212176113
Binary11001010111001101001011011000100011101010100011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cae696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cae696; }

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

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

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

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

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

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

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

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