Html Css Color HEX #C0F5E1 Mint Tulip

📋 copy color: '#C0F5E1'

red 192 ◦ green 245 ◦ blue 225

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

Shades of Mint Tulip #C0F5E1

Tints of Mint Tulip #C0F5E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 33.99%

R = 29%
G = 37.01%
B = 33.99%

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

#C0F5E1 (or 0xC0F5E1) is known color: Mint Tulip. HEX triplet: C0, F5 and E1. RGB value is (192,245,225). Sum of RGB (Red+Green+Blue) = 192+245+225=662 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.00% from 662); Green value is 245 (96.09% from 255 or 37.01% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F5E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F5E1 is #3F0A1E. Grayscale: #E2E2E2. Windows color (decimal): -4131359 or 14808512. OLE color: 14808512.

HSL color Cylindrical-coordinate representation of color #C0F5E1: hue angle of 157.36º 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 #C0F5E1 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 245 225 -
CMYK 0.22 0 0.08 0.04
HSL 157.36º 0.73% 0.86% -
HSV(B) 157.36º 0.22% 0.96% -
XYZ 67.98 81.95 83.47 -
YUV 226.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 192 245 225 0.22 0 0.08 0.04 157.36 0.73 0.86
Hex C0 F5 E1 16 0 8 4 9D 49 56
Octal 300 365 341 26 0 10 4 235 111 126
Binary 11000000 11110101 11100001 10110 0 1000 100 10011101 1001001 1010110

Color Harmonies of #C0F5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F5E1

Black with #C0F5E1

Text Example


Text Example

White with #C0F5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F5E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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