#C5FAA1

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

Shades of Reef #C5FAA1

Tints of Reef #C5FAA1

Color information

#C5FAA1 (or 0xC5FAA1) is unknown color: approx Reef. HEX triplet: C5, FA and A1. RGB value is (197,250,161). Sum of RGB (Red+Green+Blue) = 197+250+161=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 161 (63.28% from 255 or 26.48% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FAA1 is #3A055E. Grayscale: #E0E0E0. Windows color (decimal): -3802463 or 10615493. OLE color: 10615493.

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

Color convert

RGB197250161-
CMYK0.2100.360.02
HSL95.73º89.9%80.59%-
HSV(B)95.73º35.6%98.04%-
XYZ63.6482.8146.35-
YUV224.0192.44108.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.40%
GREEN value IS 250 (98.05% from 255) = 41.12%
BLUE value IS 161 (63.28% from 255) = 26.48%
R=32.40%
G=41.12%
B=26.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972501610.2100.360.0295.7389.980.59
HexC5FAA1150242605a51
Octal305372241250442140132121
Binary11000101111110101010000110101010010010110000010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FAA1; }

 p { color: rgb(197,250,161); }

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

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

 a { background-color: rgb(197,250,161); }

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

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

 span { border-color: rgb(197,250,161); }

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