#C7FFF7

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

Shades of Foam #C7FFF7

Tints of Foam #C7FFF7

Color information

#C7FFF7 (or 0xC7FFF7) is unknown color: approx Foam. HEX triplet: C7, FF and F7. RGB value is (199,255,247). Sum of RGB (Red+Green+Blue) = 199+255+247=701 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.39% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 247 (96.88% from 255 or 35.24% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FFF7 is #380008. Grayscale: #EDEDED. Windows color (decimal): -3670025 or 16252871. OLE color: 16252871.

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

Color convert

RGB199255247-
CMYK0.2200.030
HSL171.43º100%89.02%-
HSV(B)171.43º21.96%100%-
XYZ76.190.38101.43-
YUV237.34133.45100.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.39%
GREEN value IS 255 (100% from 255) = 36.38%
BLUE value IS 247 (96.88% from 255) = 35.24%
R=28.39%
G=36.38%
B=35.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992552470.2200.030171.4310089.02
HexC7FFF716030ab6459
Octal30737736726030253144131
Binary1100011111111111111101111011001101010101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FFF7; }

 p { color: rgb(199,255,247); }

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

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

 a { background-color: rgb(199,255,247); }

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

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

 span { border-color: rgb(199,255,247); }

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