#C6FBA0

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

Shades of Reef #C6FBA0

Tints of Reef #C6FBA0

Color information

#C6FBA0 (or 0xC6FBA0) is unknown color: approx Reef. HEX triplet: C6, FB and A0. RGB value is (198,251,160). Sum of RGB (Red+Green+Blue) = 198+251+160=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 160 (62.89% from 255 or 26.27% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #C6FBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6FBA0 is #39045F. Grayscale: #E1E1E1. Windows color (decimal): -3736672 or 10550214. OLE color: 10550214.

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

Color convert

RGB198251160-
CMYK0.2100.360.02
HSL94.95º91.92%80.59%-
HSV(B)94.95º36.25%98.43%-
XYZ64.1383.5446-
YUV224.7891.44108.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.51%
GREEN value IS 251 (98.44% from 255) = 41.22%
BLUE value IS 160 (62.89% from 255) = 26.27%
R=32.51%
G=41.22%
B=26.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982511600.2100.360.0294.9591.9280.59
HexC6FBA01502425f5c51
Octal306373240250442137134121
Binary11000110111110111010000010101010010010101111110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FBA0; }

 p { color: rgb(198,251,160); }

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

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

 a { background-color: rgb(198,251,160); }

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

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

 span { border-color: rgb(198,251,160); }

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