#CAF895

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

Shades of Reef #CAF895

Tints of Reef #CAF895

Color information

#CAF895 (or 0xCAF895) is unknown color: approx Reef. HEX triplet: CA, F8 and 95. RGB value is (202,248,149). Sum of RGB (Red+Green+Blue) = 202+248+149=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 248 (97.27% from 255 or 41.40% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF895 is #35076A. Grayscale: #DFDFDF. Windows color (decimal): -3475307 or 9828554. OLE color: 9828554.

HSL color Cylindrical-coordinate representation of color #CAF895: hue angle of 87.88º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAF895 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB202248149-
CMYK0.1900.400.03
HSL87.88º87.61%77.84%-
HSV(B)87.88º39.92%97.25%-
XYZ63.3581.8640.9-
YUV222.9686.26113.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 248 (97.27% from 255) = 41.40%
BLUE value IS 149 (58.59% from 255) = 24.87%
R=33.72%
G=41.40%
B=24.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022481490.1900.400.0387.8887.6177.84
HexCAF89513028358584e
Octal312370225230503130130116
Binary11001010111110001001010110011010100011101100010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF895; }

 p { color: rgb(202,248,149); }

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

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

 a { background-color: rgb(202,248,149); }

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

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

 span { border-color: rgb(202,248,149); }

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