#C2FA9C

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

Shades of Reef #C2FA9C

Tints of Reef #C2FA9C

Color information

#C2FA9C (or 0xC2FA9C) is unknown color: approx Reef. HEX triplet: C2, FA and 9C. RGB value is (194,250,156). Sum of RGB (Red+Green+Blue) = 194+250+156=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 156 (61.33% from 255 or 26% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FA9C is #3D0563. Grayscale: #DEDEDE. Windows color (decimal): -3999076 or 10287810. OLE color: 10287810.

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

Color convert

RGB194250156-
CMYK0.2200.380.02
HSL95.74º90.38%79.61%-
HSV(B)95.74º37.6%98.04%-
XYZ62.4382.2444.04-
YUV222.5490.45107.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.33%
GREEN value IS 250 (98.05% from 255) = 41.67%
BLUE value IS 156 (61.33% from 255) = 26%
R=32.33%
G=41.67%
B=26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942501560.2200.380.0295.7490.3879.61
HexC2FA9C160262605a50
Octal302372234260462140132120
Binary11000010111110101001110010110010011010110000010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FA9C; }

 p { color: rgb(194,250,156); }

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

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

 a { background-color: rgb(194,250,156); }

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

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

 span { border-color: rgb(194,250,156); }

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