#C3FDF5

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

Shades of Foam #C3FDF5

Tints of Foam #C3FDF5

Color information

#C3FDF5 (or 0xC3FDF5) is unknown color: approx Foam. HEX triplet: C3, FD and F5. RGB value is (195,253,245). Sum of RGB (Red+Green+Blue) = 195+253+245=693 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.14% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 245 (96.09% from 255 or 35.35% from 693); Max value from RGB is 253 - color contains mainly: green. Hex color #C3FDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FDF5 is #3C020A. Grayscale: #EAEAEA. Windows color (decimal): -3932683 or 16121283. OLE color: 16121283.

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

Color convert

RGB195253245-
CMYK0.2300.030.01
HSL171.72º93.55%87.84%-
HSV(B)171.72º22.92%99.22%-
XYZ74.1188.4599.55-
YUV234.75133.7899.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.14%
GREEN value IS 253 (99.22% from 255) = 36.51%
BLUE value IS 245 (96.09% from 255) = 35.35%
R=28.14%
G=36.51%
B=35.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1952532450.2300.030.01171.7293.5587.84
HexC3FDF517031ac5e58
Octal30337536527031254136130
Binary1100001111111101111101011011101111010110010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FDF5; }

 p { color: rgb(195,253,245); }

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

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

 a { background-color: rgb(195,253,245); }

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

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

 span { border-color: rgb(195,253,245); }

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