#C5EBE0

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

Shades of Mint Tulip #C5EBE0

Tints of Mint Tulip #C5EBE0

Color information

#C5EBE0 (or 0xC5EBE0) is unknown color: approx Mint Tulip. HEX triplet: C5, EB and E0. RGB value is (197,235,224). Sum of RGB (Red+Green+Blue) = 197+235+224=656 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.03% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 224 (87.89% from 255 or 34.15% from 656); Max value from RGB is 235 - color contains mainly: green. Hex color #C5EBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EBE0 is #3A141F. Grayscale: #DEDEDE. Windows color (decimal): -3806240 or 14740421. OLE color: 14740421.

HSL color Cylindrical-coordinate representation of color #C5EBE0: hue angle of 162.63º 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 #C5EBE0 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB197235224-
CMYK0.1600.050.08
HSL162.63º48.72%84.71%-
HSV(B)162.63º16.17%92.16%-
XYZ66.1976.6781.83-
YUV222.38128.91109.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.03%
GREEN value IS 235 (92.19% from 255) = 35.82%
BLUE value IS 224 (87.89% from 255) = 34.15%
R=30.03%
G=35.82%
B=34.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1972352240.1600.050.08162.6348.7284.71
HexC5EBE010058a33155
Octal30535334020051024361125
Binary1100010111101011111000001000001011000101000111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EBE0; }

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

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

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

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

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

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

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

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