#C3FEF6

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

Shades of Foam #C3FEF6

Tints of Foam #C3FEF6

Color information

#C3FEF6 (or 0xC3FEF6) is unknown color: approx Foam. HEX triplet: C3, FE and F6. RGB value is (195,254,246). Sum of RGB (Red+Green+Blue) = 195+254+246=695 (92% of max value = 765). Red value is 195 (76.56% from 255 or 28.06% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 246 (96.48% from 255 or 35.40% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #C3FEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FEF6 is #3C0109. Grayscale: #EBEBEB. Windows color (decimal): -3932426 or 16187075. OLE color: 16187075.

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

Color convert

RGB195254246-
CMYK0.2300.030.00
HSL171.86º96.72%88.04%-
HSV(B)171.86º23.23%99.61%-
XYZ74.5889.14100.46-
YUV235.45133.9599.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.06%
GREEN value IS 254 (99.61% from 255) = 36.55%
BLUE value IS 246 (96.48% from 255) = 35.40%
R=28.06%
G=36.55%
B=35.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1952542460.2300.030.00171.8696.7288.04
HexC3FEF617030ac6158
Octal30337636627030254141130
Binary1100001111111110111101101011101101010110011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FEF6; }

 p { color: rgb(195,254,246); }

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

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

 a { background-color: rgb(195,254,246); }

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

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

 span { border-color: rgb(195,254,246); }

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