#C7F2ED

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

Shades of Foam #C7F2ED

Tints of Foam #C7F2ED

Color information

#C7F2ED (or 0xC7F2ED) is unknown color: approx Foam. HEX triplet: C7, F2 and ED. RGB value is (199,242,237). Sum of RGB (Red+Green+Blue) = 199+242+237=678 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.35% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F2ED is #380D12. Grayscale: #E4E4E4. Windows color (decimal): -3673363 or 15594183. OLE color: 15594183.

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

Color convert

RGB199242237-
CMYK0.1800.020.05
HSL173.02º62.32%86.47%-
HSV(B)173.02º17.77%94.9%-
XYZ70.5981.7692.18-
YUV228.57132.75106.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.35%
GREEN value IS 242 (94.92% from 255) = 35.69%
BLUE value IS 237 (92.97% from 255) = 34.96%
R=29.35%
G=35.69%
B=34.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1992422370.1800.020.05173.0262.3286.47
HexC7F2ED12025ad3e56
Octal3073623552202525576126
Binary11000111111100101110110110010010101101011011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F2ED; }

 p { color: rgb(199,242,237); }

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

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

 a { background-color: rgb(199,242,237); }

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

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

 span { border-color: rgb(199,242,237); }

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