Html Css Color HEX #C5EBDC Mint Tulip

📋 copy color: '#C5EBDC'

red 197 ◦ green 235 ◦ blue 220

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

Shades of Mint Tulip #C5EBDC

Tints of Mint Tulip #C5EBDC

RGB

 RED value IS 197 (77.34% from 255) = 30.21%

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

 BLUE value IS 220 (86.33% from 255) = 33.74%

R = 30.21%
G = 36.04%
B = 33.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#C5EBDC (or 0xC5EBDC) is known color: Mint Tulip. HEX triplet: C5, EB and DC. RGB value is (197,235,220). Sum of RGB (Red+Green+Blue) = 197+235+220=652 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.21% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #C5EBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EBDC is #3A1423. Grayscale: #DDDDDD. Windows color (decimal): -3806244 or 14478277. OLE color: 14478277.

HSL color Cylindrical-coordinate representation of color #C5EBDC: hue angle of 156.32º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5EBDC is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 235 220 -
CMYK 0.16 0 0.06 0.08
HSL 156.32º 0.49% 0.85% -
HSV(B) 156.32º 0.16% 0.92% -
XYZ 65.65 76.45 79.01 -
YUV 221.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 197 235 220 0.16 0 0.06 0.08 156.32 0.49 0.85
Hex C5 EB DC 10 0 6 8 9C 31 55
Octal 305 353 334 20 0 6 10 234 61 125
Binary 11000101 11101011 11011100 10000 0 110 1000 10011100 110001 1010101

Color Harmonies of #C5EBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EBDC

Black with #C5EBDC

Text Example


Text Example

White with #C5EBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EBDC; }

 p { color: rgb(197,235,220); }

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

background-color css

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

 a { background-color: rgb(197,235,220); }

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

border-color css

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

 span { border-color: rgb(197,235,220); }

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