Html Css Color HEX #C0F8EF Foam

📋 copy color: '#C0F8EF'

red 192 ◦ green 248 ◦ blue 239

#C0F8EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Foam #C0F8EF

Tints of Foam #C0F8EF

RGB

 RED value IS 192 (75.39% from 255) = 28.28%

 GREEN value IS 248 (97.27% from 255) = 36.52%

 BLUE value IS 239 (93.75% from 255) = 35.2%

R = 28.28%
G = 36.52%
B = 35.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#C0F8EF (or 0xC0F8EF) is known color: Foam. HEX triplet: C0, F8 and EF. RGB value is (192,248,239). Sum of RGB (Red+Green+Blue) = 192+248+239=679 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.28% from 679); Green value is 248 (97.27% from 255 or 36.52% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F8EF is #3F0710. Grayscale: #E6E6E6. Windows color (decimal): -4130577 or 15726784. OLE color: 15726784.

HSL color Cylindrical-coordinate representation of color #C0F8EF: hue angle of 170.36º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0F8EF is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 248 239 -
CMYK 0.23 0 0.04 0.03
HSL 170.36º 0.8% 0.86% -
HSV(B) 170.36º 0.23% 0.97% -
XYZ 70.89 84.57 94.25 -
YUV 230.23 132.95 100.73 -
System Red Green Blue C M Y K H S L
Decimal 192 248 239 0.23 0 0.04 0.03 170.36 0.8 0.86
Hex C0 F8 EF 17 0 4 3 AA 50 56
Octal 300 370 357 27 0 4 3 252 120 126
Binary 11000000 11111000 11101111 10111 0 100 11 10101010 1010000 1010110

Color Harmonies of #C0F8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F8EF

Black with #C0F8EF

Text Example


Text Example

White with #C0F8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F8EF; }

 p { color: rgb(192,248,239); }

 H1.HeaderClassName
 {
   color: #C0F8EF;
 }
 .AnyTagClassName
 {
   color: #C0F8EF;
 }
</style>

background-color css

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

 a { background-color: rgb(192,248,239); }

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

border-color css

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

 span { border-color: rgb(192,248,239); }

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