#CAFA9E

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

Shades of Reef #CAFA9E

Tints of Reef #CAFA9E

Color information

#CAFA9E (or 0xCAFA9E) is unknown color: approx Reef. HEX triplet: CA, FA and 9E. RGB value is (202,250,158). Sum of RGB (Red+Green+Blue) = 202+250+158=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 158 (62.11% from 255 or 25.90% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFA9E is #350561. Grayscale: #E1E1E1. Windows color (decimal): -3474786 or 10418890. OLE color: 10418890.

HSL color Cylindrical-coordinate representation of color #CAFA9E: hue angle of 91.3º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAFA9E is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB202250158-
CMYK0.1900.370.02
HSL91.3º90.2%80%-
HSV(B)91.3º36.8%98.04%-
XYZ64.7183.445.03-
YUV225.1690.1111.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.11%
GREEN value IS 250 (98.05% from 255) = 40.98%
BLUE value IS 158 (62.11% from 255) = 25.90%
R=33.11%
G=40.98%
B=25.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022501580.1900.370.0291.390.280
HexCAFA9E1302525b5a50
Octal312372236230452133132120
Binary11001010111110101001111010011010010110101101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFA9E; }

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

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

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

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

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

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

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

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