#C7FBF5

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

Shades of Foam #C7FBF5

Tints of Foam #C7FBF5

Color information

#C7FBF5 (or 0xC7FBF5) is unknown color: approx Foam. HEX triplet: C7, FB and F5. RGB value is (199,251,245). Sum of RGB (Red+Green+Blue) = 199+251+245=695 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.63% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 245 (96.09% from 255 or 35.25% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #C7FBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FBF5 is #38040A. Grayscale: #EAEAEA. Windows color (decimal): -3671051 or 16120775. OLE color: 16120775.

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

Color convert

RGB199251245-
CMYK0.2100.020.02
HSL173.08º86.67%88.24%-
HSV(B)173.08º20.72%98.43%-
XYZ74.5387.7399.39-
YUV234.77133.77102.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.63%
GREEN value IS 251 (98.44% from 255) = 36.12%
BLUE value IS 245 (96.09% from 255) = 35.25%
R=28.63%
G=36.12%
B=35.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992512450.2100.020.02173.0886.6788.24
HexC7FBF515022ad5758
Octal30737336525022255127130
Binary11000111111110111111010110101010101010110110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FBF5; }

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

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

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

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

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

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

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

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