#C3FFA0

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

Shades of Reef #C3FFA0

Tints of Reef #C3FFA0

Color information

#C3FFA0 (or 0xC3FFA0) is unknown color: approx Reef. HEX triplet: C3, FF and A0. RGB value is (195,255,160). Sum of RGB (Red+Green+Blue) = 195+255+160=610 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.97% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 160 (62.89% from 255 or 26.23% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3FFA0 is #3C005F. Grayscale: #E2E2E2. Windows color (decimal): -3932256 or 10551235. OLE color: 10551235.

HSL color Cylindrical-coordinate representation of color #C3FFA0: hue angle of 97.89º 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 #C3FFA0 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB195255160-
CMYK0.2400.370
HSL97.89º100%81.37%-
HSV(B)97.89º37.25%100%-
XYZ64.6185.6646.39-
YUV226.2390.62105.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.97%
GREEN value IS 255 (100% from 255) = 41.80%
BLUE value IS 160 (62.89% from 255) = 26.23%
R=31.97%
G=41.80%
B=26.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1952551600.2400.37097.8910081.37
HexC3FFA0180250626451
Octal303377240300450142144121
Binary1100001111111111101000001100001001010110001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FFA0; }

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

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

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

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

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

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

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

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