#CAFAA5

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

Shades of Reef #CAFAA5

Tints of Reef #CAFAA5

Color information

#CAFAA5 (or 0xCAFAA5) is unknown color: approx Reef. HEX triplet: CA, FA and A5. RGB value is (202,250,165). Sum of RGB (Red+Green+Blue) = 202+250+165=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 165 (64.84% from 255 or 26.74% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFAA5 is #35055A. Grayscale: #E2E2E2. Windows color (decimal): -3474779 or 10877642. OLE color: 10877642.

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

Color convert

RGB202250165-
CMYK0.1900.340.02
HSL93.88º89.47%81.37%-
HSV(B)93.88º34%98.04%-
XYZ65.3383.6448.3-
YUV225.9693.6110.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 250 (98.05% from 255) = 40.52%
BLUE value IS 165 (64.84% from 255) = 26.74%
R=32.74%
G=40.52%
B=26.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022501650.1900.340.0293.8889.4781.37
HexCAFAA51302225e5951
Octal312372245230422136131121
Binary11001010111110101010010110011010001010101111010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFAA5; }

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

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

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

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

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

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

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

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