#C3F0EB

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

Shades of Foam #C3F0EB

Tints of Foam #C3F0EB

Color information

#C3F0EB (or 0xC3F0EB) is unknown color: approx Foam. HEX triplet: C3, F0 and EB. RGB value is (195,240,235). Sum of RGB (Red+Green+Blue) = 195+240+235=670 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.10% from 670); Green value is 240 (94.14% from 255 or 35.82% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 240 - color contains mainly: green. Hex color #C3F0EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F0EB is #3C0F14. Grayscale: #E1E1E1. Windows color (decimal): -3936021 or 15462595. OLE color: 15462595.

HSL color Cylindrical-coordinate representation of color #C3F0EB: hue angle of 173.33º degrees, saturation: 0.6, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3F0EB is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB195240235-
CMYK0.1900.020.06
HSL173.33º60%85.29%-
HSV(B)173.33º18.75%94.12%-
XYZ68.6679.9290.4-
YUV225.98133.09105.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.10%
GREEN value IS 240 (94.14% from 255) = 35.82%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=29.10%
G=35.82%
B=35.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1952402350.1900.020.06173.336085.29
HexC3F0EB13026ad3c55
Octal3033603532302625574125
Binary11000011111100001110101110011010110101011011111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F0EB; }

 p { color: rgb(195,240,235); }

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

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

 a { background-color: rgb(195,240,235); }

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

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

 span { border-color: rgb(195,240,235); }

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