#C7F0EA

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

Shades of Foam #C7F0EA

Tints of Foam #C7F0EA

Color information

#C7F0EA (or 0xC7F0EA) is unknown color: approx Foam. HEX triplet: C7, F0 and EA. RGB value is (199,240,234). Sum of RGB (Red+Green+Blue) = 199+240+234=673 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.57% from 673); Green value is 240 (94.14% from 255 or 35.66% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 240 - color contains mainly: green. Hex color #C7F0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F0EA is #380F15. Grayscale: #E3E3E3. Windows color (decimal): -3673878 or 15397063. OLE color: 15397063.

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

Color convert

RGB199240234-
CMYK0.1700.020.06
HSL171.22º57.75%86.08%-
HSV(B)171.22º17.08%94.12%-
XYZ69.5680.489.69-
YUV227.06131.92107.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.57%
GREEN value IS 240 (94.14% from 255) = 35.66%
BLUE value IS 234 (91.80% from 255) = 34.77%
R=29.57%
G=35.66%
B=34.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1992402340.1700.020.06171.2257.7586.08
HexC7F0EA11026ab3a56
Octal3073603522102625372126
Binary11000111111100001110101010001010110101010111110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F0EA; }

 p { color: rgb(199,240,234); }

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

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

 a { background-color: rgb(199,240,234); }

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

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

 span { border-color: rgb(199,240,234); }

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