#C7EFEA

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

Shades of Foam #C7EFEA

Tints of Foam #C7EFEA

Color information

#C7EFEA (or 0xC7EFEA) is unknown color: approx Foam. HEX triplet: C7, EF and EA. RGB value is (199,239,234). Sum of RGB (Red+Green+Blue) = 199+239+234=672 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.61% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 239 - color contains mainly: green. Hex color #C7EFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EFEA is #381015. Grayscale: #E2E2E2. Windows color (decimal): -3674134 or 15396807. OLE color: 15396807.

HSL color Cylindrical-coordinate representation of color #C7EFEA: hue angle of 172.5º degrees, saturation: 0.56, 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 #C7EFEA is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB199239234-
CMYK0.1700.020.06
HSL172.5º55.56%85.88%-
HSV(B)172.5º16.74%93.73%-
XYZ69.2779.8289.6-
YUV226.47132.25108.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.61%
GREEN value IS 239 (93.75% from 255) = 35.57%
BLUE value IS 234 (91.80% from 255) = 34.82%
R=29.61%
G=35.57%
B=34.82%

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
Decimal1992392340.1700.020.06172.555.5685.88
HexC7EFEA11026ac3856
Octal3073573522102625470126
Binary11000111111011111110101010001010110101011001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EFEA; }

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

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

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

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

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

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

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

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