#CAFA9A

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

Shades of Reef #CAFA9A

Tints of Reef #CAFA9A

Color information

#CAFA9A (or 0xCAFA9A) is unknown color: approx Reef. HEX triplet: CA, FA and 9A. RGB value is (202,250,154). Sum of RGB (Red+Green+Blue) = 202+250+154=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFA9A is #350565. Grayscale: #E1E1E1. Windows color (decimal): -3474790 or 10156746. OLE color: 10156746.

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

Color convert

RGB202250154-
CMYK0.1900.380.02
HSL90º90.57%79.22%-
HSV(B)90º38.4%98.04%-
XYZ64.3883.2643.25-
YUV224.788.1111.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.33%
GREEN value IS 250 (98.05% from 255) = 41.25%
BLUE value IS 154 (60.55% from 255) = 25.41%
R=33.33%
G=41.25%
B=25.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022501540.1900.380.029090.5779.22
HexCAFA9A1302625a5b4f
Octal312372232230462132133117
Binary11001010111110101001101010011010011010101101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFA9A; }

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

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

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

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

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

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

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

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