Html Css Color HEX #C0F5E2 Mint Tulip

📋 copy color: '#C0F5E2'

red 192 ◦ green 245 ◦ blue 226

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

Shades of Mint Tulip #C0F5E2

Tints of Mint Tulip #C0F5E2

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.95%

 BLUE value IS 226 (88.67% from 255) = 34.09%

R = 28.96%
G = 36.95%
B = 34.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#C0F5E2 (or 0xC0F5E2) is known color: Mint Tulip. HEX triplet: C0, F5 and E2. RGB value is (192,245,226). Sum of RGB (Red+Green+Blue) = 192+245+226=663 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.96% from 663); Green value is 245 (96.09% from 255 or 36.95% from 663); Blue value is 226 (88.67% from 255 or 34.09% from 663); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F5E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F5E2 is #3F0A1D. Grayscale: #E3E3E3. Windows color (decimal): -4131358 or 14874048. OLE color: 14874048.

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

Color convert

RGB 192 245 226 -
CMYK 0.22 0 0.08 0.04
HSL 158.49º 0.73% 0.86% -
HSV(B) 158.49º 0.22% 0.96% -
XYZ 68.12 82 84.19 -
YUV 226.99 127.44 103.04 -
System Red Green Blue C M Y K H S L
Decimal 192 245 226 0.22 0 0.08 0.04 158.49 0.73 0.86
Hex C0 F5 E2 16 0 8 4 9E 49 56
Octal 300 365 342 26 0 10 4 236 111 126
Binary 11000000 11110101 11100010 10110 0 1000 100 10011110 1001001 1010110

Color Harmonies of #C0F5E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F5E2

Black with #C0F5E2

Text Example


Text Example

White with #C0F5E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F5E2; }

 p { color: rgb(192,245,226); }

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

background-color css

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

 a { background-color: rgb(192,245,226); }

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

border-color css

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

 span { border-color: rgb(192,245,226); }

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