#C7F3EE

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

Shades of Foam #C7F3EE

Tints of Foam #C7F3EE

Color information

#C7F3EE (or 0xC7F3EE) is unknown color: approx Foam. HEX triplet: C7, F3 and EE. RGB value is (199,243,238). Sum of RGB (Red+Green+Blue) = 199+243+238=680 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.26% from 680); Green value is 243 (95.31% from 255 or 35.74% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 243 - color contains mainly: green. Hex color #C7F3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F3EE is #380C11. Grayscale: #E5E5E5. Windows color (decimal): -3673106 or 15659975. OLE color: 15659975.

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

Color convert

RGB199243238-
CMYK0.1800.020.05
HSL173.18º64.71%86.67%-
HSV(B)173.18º18.11%95.29%-
XYZ71.0482.4293.05-
YUV229.27132.92106.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.26%
GREEN value IS 243 (95.31% from 255) = 35.74%
BLUE value IS 238 (93.36% from 255) = 35%
R=29.26%
G=35.74%
B=35%

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
Decimal1992432380.1800.020.05173.1864.7186.67
HexC7F3EE12025ad4157
Octal30736335622025255101127
Binary110001111111001111101110100100101011010110110000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F3EE; }

 p { color: rgb(199,243,238); }

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

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

 a { background-color: rgb(199,243,238); }

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

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

 span { border-color: rgb(199,243,238); }

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