#CAEB9F

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

Shades of Reef #CAEB9F

Tints of Reef #CAEB9F

Color information

#CAEB9F (or 0xCAEB9F) is unknown color: approx Reef. HEX triplet: CA, EB and 9F. RGB value is (202,235,159). Sum of RGB (Red+Green+Blue) = 202+235+159=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 159 (62.5% from 255 or 26.68% from 596); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEB9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEB9F is #351460. Grayscale: #D8D8D8. Windows color (decimal): -3478625 or 10480586. OLE color: 10480586.

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

Color convert

RGB202235159-
CMYK0.1400.320.08
HSL86.05º65.52%77.25%-
HSV(B)86.05º32.34%92.16%-
XYZ60.3274.4844-
YUV216.4795.57117.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.89%
GREEN value IS 235 (92.19% from 255) = 39.43%
BLUE value IS 159 (62.5% from 255) = 26.68%
R=33.89%
G=39.43%
B=26.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022351590.1400.320.0886.0565.5277.25
HexCAEB9FE020856424d
Octal3123532371604010126102115
Binary110010101110101110011111111001000001000101011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEB9F; }

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

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

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

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

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

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

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

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