#C6FAF5

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

Shades of Foam #C6FAF5

Tints of Foam #C6FAF5

Color information

#C6FAF5 (or 0xC6FAF5) is unknown color: approx Foam. HEX triplet: C6, FA and F5. RGB value is (198,250,245). Sum of RGB (Red+Green+Blue) = 198+250+245=693 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.57% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 245 (96.09% from 255 or 35.35% from 693); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FAF5 is #39050A. Grayscale: #E9E9E9. Windows color (decimal): -3736843 or 16120518. OLE color: 16120518.

HSL color Cylindrical-coordinate representation of color #C6FAF5: hue angle of 174.23º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6FAF5 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB198250245-
CMYK0.2100.020.02
HSL174.23º83.87%87.84%-
HSV(B)174.23º20.8%98.04%-
XYZ73.9686.9799.28-
YUV233.88134.27102.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.57%
GREEN value IS 250 (98.05% from 255) = 36.08%
BLUE value IS 245 (96.09% from 255) = 35.35%
R=28.57%
G=36.08%
B=35.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982502450.2100.020.02174.2383.8787.84
HexC6FAF515022ae5458
Octal30637236525022256124130
Binary11000110111110101111010110101010101010111010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FAF5; }

 p { color: rgb(198,250,245); }

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

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

 a { background-color: rgb(198,250,245); }

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

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

 span { border-color: rgb(198,250,245); }

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