Html Css Color HEX #C0F2EE Mabel

📋 copy color: '#C0F2EE'

red 192 ◦ green 242 ◦ blue 238

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

Shades of Mabel #C0F2EE

Tints of Mabel #C0F2EE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.01%

 BLUE value IS 238 (93.36% from 255) = 35.42%

R = 28.57%
G = 36.01%
B = 35.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#C0F2EE (or 0xC0F2EE) is known color: Mabel. HEX triplet: C0, F2 and EE. RGB value is (192,242,238). Sum of RGB (Red+Green+Blue) = 192+242+238=672 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.57% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F2EE is #3F0D11. Grayscale: #E2E2E2. Windows color (decimal): -4132114 or 15659712. OLE color: 15659712.

HSL color Cylindrical-coordinate representation of color #C0F2EE: hue angle of 175.2º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F2EE is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 242 238 -
CMYK 0.21 0 0.02 0.05
HSL 175.2º 0.66% 0.85% -
HSV(B) 175.2º 0.21% 0.95% -
XYZ 68.92 80.88 92.87 -
YUV 226.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 192 242 238 0.21 0 0.02 0.05 175.2 0.66 0.85
Hex C0 F2 EE 15 0 2 5 AF 42 55
Octal 300 362 356 25 0 2 5 257 102 125
Binary 11000000 11110010 11101110 10101 0 10 101 10101111 1000010 1010101

Color Harmonies of #C0F2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F2EE

Black with #C0F2EE

Text Example


Text Example

White with #C0F2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F2EE; }

 p { color: rgb(192,242,238); }

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

background-color css

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

 a { background-color: rgb(192,242,238); }

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

border-color css

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

 span { border-color: rgb(192,242,238); }

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