#C7FEF5

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

Shades of Foam #C7FEF5

Tints of Foam #C7FEF5

Color information

#C7FEF5 (or 0xC7FEF5) is unknown color: approx Foam. HEX triplet: C7, FE and F5. RGB value is (199,254,245). Sum of RGB (Red+Green+Blue) = 199+254+245=698 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.51% from 698); Green value is 254 (99.61% from 255 or 36.39% from 698); Blue value is 245 (96.09% from 255 or 35.10% from 698); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FEF5 is #38010A. Grayscale: #ECECEC. Windows color (decimal): -3670283 or 16121543. OLE color: 16121543.

HSL color Cylindrical-coordinate representation of color #C7FEF5: hue angle of 170.18º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FEF5 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB199254245-
CMYK0.2200.040.00
HSL170.18º96.49%88.82%-
HSV(B)170.18º21.65%99.61%-
XYZ75.4889.6299.71-
YUV236.53132.78101.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.51%
GREEN value IS 254 (99.61% from 255) = 36.39%
BLUE value IS 245 (96.09% from 255) = 35.10%
R=28.51%
G=36.39%
B=35.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1992542450.2200.040.00170.1896.4988.82
HexC7FEF516040aa6059
Octal30737636526040252140131
Binary11000111111111101111010110110010001010101011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FEF5; }

 p { color: rgb(199,254,245); }

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

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

 a { background-color: rgb(199,254,245); }

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

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

 span { border-color: rgb(199,254,245); }

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