#C7F1EB

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

Shades of Foam #C7F1EB

Tints of Foam #C7F1EB

Color information

#C7F1EB (or 0xC7F1EB) is unknown color: approx Foam. HEX triplet: C7, F1 and EB. RGB value is (199,241,235). Sum of RGB (Red+Green+Blue) = 199+241+235=675 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.48% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 241 - color contains mainly: green. Hex color #C7F1EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F1EB is #380E14. Grayscale: #E3E3E3. Windows color (decimal): -3673621 or 15462855. OLE color: 15462855.

HSL color Cylindrical-coordinate representation of color #C7F1EB: hue angle of 171.43º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7F1EB is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB199241235-
CMYK0.1700.020.05
HSL171.43º60%86.27%-
HSV(B)171.43º17.43%94.51%-
XYZ7081.0590.55-
YUV227.76132.09107.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.48%
GREEN value IS 241 (94.53% from 255) = 35.70%
BLUE value IS 235 (92.19% from 255) = 34.81%
R=29.48%
G=35.70%
B=34.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1992412350.1700.020.05171.436086.27
HexC7F1EB11025ab3c56
Octal3073613532102525374126
Binary11000111111100011110101110001010101101010111111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F1EB; }

 p { color: rgb(199,241,235); }

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

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

 a { background-color: rgb(199,241,235); }

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

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

 span { border-color: rgb(199,241,235); }

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