#CAEB96

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

Shades of Reef #CAEB96

Tints of Reef #CAEB96

Color information

#CAEB96 (or 0xCAEB96) is unknown color: approx Reef. HEX triplet: CA, EB and 96. RGB value is (202,235,150). Sum of RGB (Red+Green+Blue) = 202+235+150=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEB96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEB96 is #351469. Grayscale: #D7D7D7. Windows color (decimal): -3478634 or 9890762. OLE color: 9890762.

HSL color Cylindrical-coordinate representation of color #CAEB96: hue angle of 83.29º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAEB96 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB202235150-
CMYK0.1400.360.08
HSL83.29º68%75.49%-
HSV(B)83.29º36.17%92.16%-
XYZ59.5774.1840.03-
YUV215.4491.07118.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 235 (92.19% from 255) = 40.03%
BLUE value IS 150 (58.98% from 255) = 25.55%
R=34.41%
G=40.03%
B=25.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022351500.1400.360.0883.296875.49
HexCAEB96E024853444b
Octal3123532261604410123104113
Binary110010101110101110010110111001001001000101001110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEB96; }

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

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

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

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

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

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

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

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