Html Css Color HEX #C0F8DE Mint Tulip

📋 copy color: '#C0F8DE'

red 192 ◦ green 248 ◦ blue 222

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

Shades of Mint Tulip #C0F8DE

Tints of Mint Tulip #C0F8DE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.46%

 BLUE value IS 222 (87.11% from 255) = 33.53%

R = 29%
G = 37.46%
B = 33.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#C0F8DE (or 0xC0F8DE) is known color: Mint Tulip. HEX triplet: C0, F8 and DE. RGB value is (192,248,222). Sum of RGB (Red+Green+Blue) = 192+248+222=662 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.00% from 662); Green value is 248 (97.27% from 255 or 37.46% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F8DE is #3F0721. Grayscale: #E4E4E4. Windows color (decimal): -4130594 or 14612672. OLE color: 14612672.

HSL color Cylindrical-coordinate representation of color #C0F8DE: hue angle of 152.14º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0F8DE is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 248 222 -
CMYK 0.23 0 0.10 0.03
HSL 152.14º 0.8% 0.86% -
HSV(B) 152.14º 0.23% 0.97% -
XYZ 68.49 83.62 81.64 -
YUV 228.29 124.45 102.11 -
System Red Green Blue C M Y K H S L
Decimal 192 248 222 0.23 0 0.10 0.03 152.14 0.8 0.86
Hex C0 F8 DE 17 0 A 3 98 50 56
Octal 300 370 336 27 0 12 3 230 120 126
Binary 11000000 11111000 11011110 10111 0 1010 11 10011000 1010000 1010110

Color Harmonies of #C0F8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F8DE

Black with #C0F8DE

Text Example


Text Example

White with #C0F8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F8DE; }

 p { color: rgb(192,248,222); }

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

background-color css

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

 a { background-color: rgb(192,248,222); }

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

border-color css

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

 span { border-color: rgb(192,248,222); }

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