Html Css Color HEX #C0EFE0 Mint Tulip

📋 copy color: '#C0EFE0'

red 192 ◦ green 239 ◦ blue 224

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

Shades of Mint Tulip #C0EFE0

Tints of Mint Tulip #C0EFE0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.49%

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

R = 29.31%
G = 36.49%
B = 34.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#C0EFE0 (or 0xC0EFE0) is known color: Mint Tulip. HEX triplet: C0, EF and E0. RGB value is (192,239,224). Sum of RGB (Red+Green+Blue) = 192+239+224=655 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.31% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EFE0 is #3F101F. Grayscale: #DFDFDF. Windows color (decimal): -4132896 or 14741440. OLE color: 14741440.

HSL color Cylindrical-coordinate representation of color #C0EFE0: hue angle of 160.85º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0EFE0 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 239 224 -
CMYK 0.20 0 0.06 0.06
HSL 160.85º 0.59% 0.85% -
HSV(B) 160.85º 0.2% 0.94% -
XYZ 66.06 78.32 82.16 -
YUV 223.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 192 239 224 0.20 0 0.06 0.06 160.85 0.59 0.85
Hex C0 EF E0 14 0 6 6 A1 3B 55
Octal 300 357 340 24 0 6 6 241 73 125
Binary 11000000 11101111 11100000 10100 0 110 110 10100001 111011 1010101

Color Harmonies of #C0EFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EFE0

Black with #C0EFE0

Text Example


Text Example

White with #C0EFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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