#C5EDDB

Color #C5EDDB Mint Tulip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Tulip #C5EDDB

Tints of Mint Tulip #C5EDDB

Color information

#C5EDDB (or 0xC5EDDB) is unknown color: approx Mint Tulip. HEX triplet: C5, ED and DB. RGB value is (197,237,219). Sum of RGB (Red+Green+Blue) = 197+237+219=653 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.17% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #C5EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EDDB is #3A1224. Grayscale: #DFDFDF. Windows color (decimal): -3805733 or 14413253. OLE color: 14413253.

HSL color Cylindrical-coordinate representation of color #C5EDDB: hue angle of 153º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5EDDB is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB197237219-
CMYK0.1700.080.07
HSL153º52.63%85.1%-
HSV(B)153º16.88%92.94%-
XYZ66.177.5578.5-
YUV222.99125.75109.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.17%
GREEN value IS 237 (92.97% from 255) = 36.29%
BLUE value IS 219 (85.94% from 255) = 33.54%
R=30.17%
G=36.29%
B=33.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1972372190.1700.080.0715352.6385.1
HexC5EDDB11087993555
Octal30535533321010723165125
Binary1100010111101101110110111000101000111100110011101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EDDB; }

 p { color: rgb(197,237,219); }

 H1.HeaderClassName
 {
   color: #C5EDDB;
 }
 .AnyTagClassName
 {
   color: #C5EDDB;
 }
</style>
background-color css

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

 a { background-color: rgb(197,237,219); }

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

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

 span { border-color: rgb(197,237,219); }

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