#C7FAA1

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

Shades of Reef #C7FAA1

Tints of Reef #C7FAA1

Color information

#C7FAA1 (or 0xC7FAA1) is unknown color: approx Reef. HEX triplet: C7, FA and A1. RGB value is (199,250,161). Sum of RGB (Red+Green+Blue) = 199+250+161=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 161 (63.28% from 255 or 26.39% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FAA1 is #38055E. Grayscale: #E0E0E0. Windows color (decimal): -3671391 or 10615495. OLE color: 10615495.

HSL color Cylindrical-coordinate representation of color #C7FAA1: hue angle of 94.38º 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 #C7FAA1 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB199250161-
CMYK0.2000.360.02
HSL94.38º89.9%80.59%-
HSV(B)94.38º35.6%98.04%-
XYZ64.1783.0946.37-
YUV224.692.1109.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.62%
GREEN value IS 250 (98.05% from 255) = 40.98%
BLUE value IS 161 (63.28% from 255) = 26.39%
R=32.62%
G=40.98%
B=26.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992501610.2000.360.0294.3889.980.59
HexC7FAA11402425e5a51
Octal307372241240442136132121
Binary11000111111110101010000110100010010010101111010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FAA1; }

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

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

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

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

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

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

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

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