#C8FFA0

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

Shades of Reef #C8FFA0

Tints of Reef #C8FFA0

Color information

#C8FFA0 (or 0xC8FFA0) is unknown color: approx Reef. HEX triplet: C8, FF and A0. RGB value is (200,255,160). Sum of RGB (Red+Green+Blue) = 200+255+160=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FFA0 is #37005F. Grayscale: #E4E4E4. Windows color (decimal): -3604576 or 10551240. OLE color: 10551240.

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

Color convert

RGB200255160-
CMYK0.2200.370
HSL94.74º100%81.37%-
HSV(B)94.74º37.25%100%-
XYZ65.9286.3446.45-
YUV227.7389.78108.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.52%
GREEN value IS 255 (100% from 255) = 41.46%
BLUE value IS 160 (62.89% from 255) = 26.02%
R=32.52%
G=41.46%
B=26.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2002551600.2200.37094.7410081.37
HexC8FFA01602505f6451
Octal310377240260450137144121
Binary1100100011111111101000001011001001010101111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FFA0; }

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

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

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

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

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

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

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

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