Html Css Color HEX #C0F2E0 Mint Tulip

📋 copy color: '#C0F2E0'

red 192 ◦ green 242 ◦ blue 224

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

Shades of Mint Tulip #C0F2E0

Tints of Mint Tulip #C0F2E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.04%

R = 29.18%
G = 36.78%
B = 34.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#C0F2E0 (or 0xC0F2E0) is known color: Mint Tulip. HEX triplet: C0, F2 and E0. RGB value is (192,242,224). Sum of RGB (Red+Green+Blue) = 192+242+224=658 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.18% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 224 (87.89% from 255 or 34.04% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F2E0 is #3F0D1F. Grayscale: #E1E1E1. Windows color (decimal): -4132128 or 14742208. OLE color: 14742208.

HSL color Cylindrical-coordinate representation of color #C0F2E0: hue angle of 158.4º 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 #C0F2E0 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 242 224 -
CMYK 0.21 0 0.07 0.05
HSL 158.4º 0.66% 0.85% -
HSV(B) 158.4º 0.21% 0.95% -
XYZ 66.94 80.09 82.45 -
YUV 225 127.44 104.46 -
System Red Green Blue C M Y K H S L
Decimal 192 242 224 0.21 0 0.07 0.05 158.4 0.66 0.85
Hex C0 F2 E0 15 0 7 5 9E 42 55
Octal 300 362 340 25 0 7 5 236 102 125
Binary 11000000 11110010 11100000 10101 0 111 101 10011110 1000010 1010101

Color Harmonies of #C0F2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F2E0

Black with #C0F2E0

Text Example


Text Example

White with #C0F2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F2E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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