Html Css Color HEX #C2F6F5 Mabel

📋 copy color: '#C2F6F5'

red 194 ◦ green 246 ◦ blue 245

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

Shades of Mabel #C2F6F5

Tints of Mabel #C2F6F5

RGB

 RED value IS 194 (76.17% from 255) = 28.32%

 GREEN value IS 246 (96.48% from 255) = 35.91%

 BLUE value IS 245 (96.09% from 255) = 35.77%

R = 28.32%
G = 35.91%
B = 35.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.00

 K value IS 0.04

RGB Variations

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

Color information

#C2F6F5 (or 0xC2F6F5) is known color: Mabel. HEX triplet: C2, F6 and F5. RGB value is (194,246,245). Sum of RGB (Red+Green+Blue) = 194+246+245=685 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.32% from 685); Green value is 246 (96.48% from 255 or 35.91% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 246 - color contains mainly: green. Hex color #C2F6F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F6F5 is #3D090A. Grayscale: #E6E6E6. Windows color (decimal): -4000011 or 16119490. OLE color: 16119490.

HSL color Cylindrical-coordinate representation of color #C2F6F5: hue angle of 178.85º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2F6F5 is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 246 245 -
CMYK 0.21 0 0.00 0.04
HSL 178.85º 0.74% 0.86% -
HSV(B) 178.85º 0.21% 0.96% -
XYZ 71.69 83.97 98.82 -
YUV 230.34 136.27 102.08 -
System Red Green Blue C M Y K H S L
Decimal 194 246 245 0.21 0 0.00 0.04 178.85 0.74 0.86
Hex C2 F6 F5 15 0 0 4 B3 4A 56
Octal 302 366 365 25 0 0 4 263 112 126
Binary 11000010 11110110 11110101 10101 0 0 100 10110011 1001010 1010110

Color Harmonies of #C2F6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F6F5

Black with #C2F6F5

Text Example


Text Example

White with #C2F6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F6F5; }

 p { color: rgb(194,246,245); }

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

background-color css

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

 a { background-color: rgb(194,246,245); }

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

border-color css

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

 span { border-color: rgb(194,246,245); }

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