#C2F9F2

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

Shades of Foam #C2F9F2

Tints of Foam #C2F9F2

Color information

#C2F9F2 (or 0xC2F9F2) is unknown color: approx Foam. HEX triplet: C2, F9 and F2. RGB value is (194,249,242). Sum of RGB (Red+Green+Blue) = 194+249+242=685 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.32% from 685); Green value is 249 (97.66% from 255 or 36.35% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F9F2 is #3D060D. Grayscale: #E7E7E7. Windows color (decimal): -3999246 or 15923650. OLE color: 15923650.

HSL color Cylindrical-coordinate representation of color #C2F9F2: hue angle of 172.36º degrees, saturation: 0.82, 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 #C2F9F2 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB194249242-
CMYK0.2200.030.02
HSL172.36º82.09%86.86%-
HSV(B)172.36º22.09%97.65%-
XYZ72.1585.6396.73-
YUV231.76133.78101.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.32%
GREEN value IS 249 (97.66% from 255) = 36.35%
BLUE value IS 242 (94.92% from 255) = 35.33%
R=28.32%
G=36.35%
B=35.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942492420.2200.030.02172.3682.0986.86
HexC2F9F216032ac5257
Octal30237136226032254122127
Binary11000010111110011111001010110011101010110010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F9F2; }

 p { color: rgb(194,249,242); }

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

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

 a { background-color: rgb(194,249,242); }

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

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

 span { border-color: rgb(194,249,242); }

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