#CAFA96

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

Shades of Reef #CAFA96

Tints of Reef #CAFA96

Color information

#CAFA96 (or 0xCAFA96) is unknown color: approx Reef. HEX triplet: CA, FA and 96. RGB value is (202,250,150). Sum of RGB (Red+Green+Blue) = 202+250+150=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFA96 is #350569. Grayscale: #E0E0E0. Windows color (decimal): -3474794 or 9894602. OLE color: 9894602.

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

Color convert

RGB202250150-
CMYK0.1900.40.02
HSL88.8º90.91%78.43%-
HSV(B)88.8º40%98.04%-
XYZ64.0583.1341.52-
YUV224.2586.1112.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.55%
GREEN value IS 250 (98.05% from 255) = 41.53%
BLUE value IS 150 (58.98% from 255) = 24.92%
R=33.55%
G=41.53%
B=24.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022501500.1900.40.0288.890.9178.43
HexCAFA96130282595b4e
Octal312372226230502131133116
Binary11001010111110101001011010011010100010101100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFA96; }

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

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

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

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

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

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

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

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