#CAEB9E

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

Shades of Reef #CAEB9E

Tints of Reef #CAEB9E

Color information

#CAEB9E (or 0xCAEB9E) is unknown color: approx Reef. HEX triplet: CA, EB and 9E. RGB value is (202,235,158). Sum of RGB (Red+Green+Blue) = 202+235+158=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 158 (62.11% from 255 or 26.55% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEB9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEB9E is #351461. Grayscale: #D8D8D8. Windows color (decimal): -3478626 or 10415050. OLE color: 10415050.

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

Color convert

RGB202235158-
CMYK0.1400.330.08
HSL85.71º65.81%77.06%-
HSV(B)85.71º32.77%92.16%-
XYZ60.2474.4443.54-
YUV216.3695.07117.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 235 (92.19% from 255) = 39.50%
BLUE value IS 158 (62.11% from 255) = 26.55%
R=33.95%
G=39.50%
B=26.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022351580.1400.330.0885.7165.8177.06
HexCAEB9EE021856424d
Octal3123532361604110126102115
Binary110010101110101110011110111001000011000101011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEB9E; }

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

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

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

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

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

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

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

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