#C2FFA0

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

Shades of Reef #C2FFA0

Tints of Reef #C2FFA0

Color information

#C2FFA0 (or 0xC2FFA0) is unknown color: approx Reef. HEX triplet: C2, FF and A0. RGB value is (194,255,160). Sum of RGB (Red+Green+Blue) = 194+255+160=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 160 (62.89% from 255 or 26.27% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FFA0 is #3D005F. Grayscale: #E2E2E2. Windows color (decimal): -3997792 or 10551234. OLE color: 10551234.

HSL color Cylindrical-coordinate representation of color #C2FFA0: hue angle of 98.53º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2FFA0 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB194255160-
CMYK0.2400.370
HSL98.53º100%81.37%-
HSV(B)98.53º37.25%100%-
XYZ64.3585.5346.37-
YUV225.9390.79105.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.86%
GREEN value IS 255 (100% from 255) = 41.87%
BLUE value IS 160 (62.89% from 255) = 26.27%
R=31.86%
G=41.87%
B=26.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942551600.2400.37098.5310081.37
HexC2FFA0180250636451
Octal302377240300450143144121
Binary1100001011111111101000001100001001010110001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FFA0; }

 p { color: rgb(194,255,160); }

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

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

 a { background-color: rgb(194,255,160); }

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

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

 span { border-color: rgb(194,255,160); }

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