Html Css Color HEX #C0EBDA Mint Tulip

📋 copy color: '#C0EBDA'

red 192 ◦ green 235 ◦ blue 218

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

Shades of Mint Tulip #C0EBDA

Tints of Mint Tulip #C0EBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.43%

 BLUE value IS 218 (85.55% from 255) = 33.8%

R = 29.77%
G = 36.43%
B = 33.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#C0EBDA (or 0xC0EBDA) is known color: Mint Tulip. HEX triplet: C0, EB and DA. RGB value is (192,235,218). Sum of RGB (Red+Green+Blue) = 192+235+218=645 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.77% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EBDA is #3F1425. Grayscale: #DCDCDC. Windows color (decimal): -4133926 or 14347200. OLE color: 14347200.

HSL color Cylindrical-coordinate representation of color #C0EBDA: hue angle of 156.28º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0EBDA is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 235 218 -
CMYK 0.18 0 0.07 0.08
HSL 156.28º 0.52% 0.84% -
HSV(B) 156.28º 0.18% 0.92% -
XYZ 64.1 75.69 77.56 -
YUV 220.21 126.75 107.88 -
System Red Green Blue C M Y K H S L
Decimal 192 235 218 0.18 0 0.07 0.08 156.28 0.52 0.84
Hex C0 EB DA 12 0 7 8 9C 34 54
Octal 300 353 332 22 0 7 10 234 64 124
Binary 11000000 11101011 11011010 10010 0 111 1000 10011100 110100 1010100

Color Harmonies of #C0EBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EBDA

Black with #C0EBDA

Text Example


Text Example

White with #C0EBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EBDA; }

 p { color: rgb(192,235,218); }

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

background-color css

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

 a { background-color: rgb(192,235,218); }

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

border-color css

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

 span { border-color: rgb(192,235,218); }

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