#C7FAF5

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

Shades of Foam #C7FAF5

Tints of Foam #C7FAF5

Color information

#C7FAF5 (or 0xC7FAF5) is unknown color: approx Foam. HEX triplet: C7, FA and F5. RGB value is (199,250,245). Sum of RGB (Red+Green+Blue) = 199+250+245=694 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.67% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 245 (96.09% from 255 or 35.30% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FAF5 is #38050A. Grayscale: #EAEAEA. Windows color (decimal): -3671307 or 16120519. OLE color: 16120519.

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

Color convert

RGB199250245-
CMYK0.2000.020.02
HSL174.12º83.61%88.04%-
HSV(B)174.12º20.4%98.04%-
XYZ74.2287.1199.29-
YUV234.18134.1102.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.67%
GREEN value IS 250 (98.05% from 255) = 36.02%
BLUE value IS 245 (96.09% from 255) = 35.30%
R=28.67%
G=36.02%
B=35.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992502450.2000.020.02174.1283.6188.04
HexC7FAF514022ae5458
Octal30737236524022256124130
Binary11000111111110101111010110100010101010111010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FAF5; }

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

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

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

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

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

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

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

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