#C3FBF5

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

Shades of Foam #C3FBF5

Tints of Foam #C3FBF5

Color information

#C3FBF5 (or 0xC3FBF5) is unknown color: approx Foam. HEX triplet: C3, FB and F5. RGB value is (195,251,245). Sum of RGB (Red+Green+Blue) = 195+251+245=691 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.22% from 691); Green value is 251 (98.44% from 255 or 36.32% from 691); Blue value is 245 (96.09% from 255 or 35.46% from 691); Max value from RGB is 251 - color contains mainly: green. Hex color #C3FBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FBF5 is #3C040A. Grayscale: #E9E9E9. Windows color (decimal): -3933195 or 16120771. OLE color: 16120771.

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

Color convert

RGB195251245-
CMYK0.2200.020.02
HSL173.57º87.5%87.45%-
HSV(B)173.57º22.31%98.43%-
XYZ73.4887.1999.34-
YUV233.57134.45100.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.22%
GREEN value IS 251 (98.44% from 255) = 36.32%
BLUE value IS 245 (96.09% from 255) = 35.46%
R=28.22%
G=36.32%
B=35.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952512450.2200.020.02173.5787.587.45
HexC3FBF516022ae5857
Octal30337336526022256130127
Binary11000011111110111111010110110010101010111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FBF5; }

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

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

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

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

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

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

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

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