#C7FBA0

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

Shades of Reef #C7FBA0

Tints of Reef #C7FBA0

Color information

#C7FBA0 (or 0xC7FBA0) is unknown color: approx Reef. HEX triplet: C7, FB and A0. RGB value is (199,251,160). Sum of RGB (Red+Green+Blue) = 199+251+160=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 160 (62.89% from 255 or 26.23% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #C7FBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FBA0 is #38045F. Grayscale: #E1E1E1. Windows color (decimal): -3671136 or 10550215. OLE color: 10550215.

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

Color convert

RGB199251160-
CMYK0.2100.360.02
HSL94.29º91.92%80.59%-
HSV(B)94.29º36.25%98.43%-
XYZ64.483.6746.01-
YUV225.0891.27109.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.62%
GREEN value IS 251 (98.44% from 255) = 41.15%
BLUE value IS 160 (62.89% from 255) = 26.23%
R=32.62%
G=41.15%
B=26.23%

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
Decimal1992511600.2100.360.0294.2991.9280.59
HexC7FBA01502425e5c51
Octal307373240250442136134121
Binary11000111111110111010000010101010010010101111010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FBA0; }

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

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

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

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

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

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

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

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