#caf89e

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

Shades of Reef #CAF89E

Tints of Reef #CAF89E

Color information

#CAF89E (or 0xCAF89E) is unknown color: approx Reef. HEX triplet: CA, F8 and 9E. RGB value is (202,248,158). Sum of RGB (Red+Green+Blue) = 202+248+158=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 248 (97.27% from 255 or 40.79% from 608); Blue value is 158 (62.11% from 255 or 25.99% from 608); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF89E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF89E is #350761. Grayscale: #E0E0E0. Windows color (decimal): -3475298 or 10418378. OLE color: 10418378.

HSL color Cylindrical-coordinate representation of color #CAF89E: hue angle of 90.67º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAF89E is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB202248158-
CMYK0.1900.360.03
HSL90.67º86.54%79.61%-
HSV(B)90.67º36.29%97.25%-
XYZ64.182.1644.83-
YUV223.9990.76112.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.22%
GREEN value IS 248 (97.27% from 255) = 40.79%
BLUE value IS 158 (62.11% from 255) = 25.99%
R=33.22%
G=40.79%
B=25.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022481580.1900.360.0390.6786.5479.61
HexCAF89E1302435b5750
Octal312370236230443133127120
Binary11001010111110001001111010011010010011101101110101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #caf89e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #caf89e; }

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

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

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

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

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

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

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

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