#C7FBA4

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

Shades of Reef #C7FBA4

Tints of Reef #C7FBA4

Color information

#C7FBA4 (or 0xC7FBA4) is unknown color: approx Reef. HEX triplet: C7, FB and A4. RGB value is (199,251,164). Sum of RGB (Red+Green+Blue) = 199+251+164=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 164 (64.45% from 255 or 26.71% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #C7FBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FBA4 is #38045B. Grayscale: #E1E1E1. Windows color (decimal): -3671132 or 10812359. OLE color: 10812359.

HSL color Cylindrical-coordinate representation of color #C7FBA4: hue angle of 95.86º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C7FBA4 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB199251164-
CMYK0.2100.350.02
HSL95.86º91.58%81.37%-
HSV(B)95.86º34.66%98.43%-
XYZ64.7583.8247.89-
YUV225.5393.27109.07-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.41%
GREEN value IS 251 (98.44% from 255) = 40.88%
BLUE value IS 164 (64.45% from 255) = 26.71%
R=32.41%
G=40.88%
B=26.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992511640.2100.350.0295.8691.5881.37
HexC7FBA4150232605c51
Octal307373244250432140134121
Binary11000111111110111010010010101010001110110000010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FBA4; }

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

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

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

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

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

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

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

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