#C8F3F0

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

Shades of Foam #C8F3F0

Tints of Foam #C8F3F0

Color information

#C8F3F0 (or 0xC8F3F0) is unknown color: approx Foam. HEX triplet: C8, F3 and F0. RGB value is (200,243,240). Sum of RGB (Red+Green+Blue) = 200+243+240=683 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.28% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F3F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F3F0 is #370C0F. Grayscale: #E5E5E5. Windows color (decimal): -3607568 or 15791048. OLE color: 15791048.

HSL color Cylindrical-coordinate representation of color #C8F3F0: hue angle of 175.81º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8F3F0 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB200243240-
CMYK0.1800.010.05
HSL175.81º64.18%86.86%-
HSV(B)175.81º17.7%95.29%-
XYZ71.682.6794.62-
YUV229.8133.75106.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.28%
GREEN value IS 243 (95.31% from 255) = 35.58%
BLUE value IS 240 (94.14% from 255) = 35.14%
R=29.28%
G=35.58%
B=35.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2002432400.1800.010.05175.8164.1886.86
HexC8F3F012015b04057
Octal31036336022015260100127
Binary11001000111100111111000010010011011011000010000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F3F0; }

 p { color: rgb(200,243,240); }

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

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

 a { background-color: rgb(200,243,240); }

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

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

 span { border-color: rgb(200,243,240); }

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