Html Css Color HEX #C0EFEA Mabel

📋 copy color: '#C0EFEA'

red 192 ◦ green 239 ◦ blue 234

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

Shades of Mabel #C0EFEA

Tints of Mabel #C0EFEA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.94%

 BLUE value IS 234 (91.8% from 255) = 35.19%

R = 28.87%
G = 35.94%
B = 35.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#C0EFEA (or 0xC0EFEA) is known color: Mabel. HEX triplet: C0, EF and EA. RGB value is (192,239,234). Sum of RGB (Red+Green+Blue) = 192+239+234=665 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.87% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EFEA is #3F1015. Grayscale: #E0E0E0. Windows color (decimal): -4132886 or 15396800. OLE color: 15396800.

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

Color convert

RGB 192 239 234 -
CMYK 0.20 0 0.02 0.06
HSL 173.62º 0.59% 0.85% -
HSV(B) 173.62º 0.2% 0.94% -
XYZ 67.46 78.88 89.51 -
YUV 224.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 192 239 234 0.20 0 0.02 0.06 173.62 0.59 0.85
Hex C0 EF EA 14 0 2 6 AE 3B 55
Octal 300 357 352 24 0 2 6 256 73 125
Binary 11000000 11101111 11101010 10100 0 10 110 10101110 111011 1010101

Color Harmonies of #C0EFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EFEA

Black with #C0EFEA

Text Example


Text Example

White with #C0EFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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