#C2EBE0

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

Shades of Mint Tulip #C2EBE0

Tints of Mint Tulip #C2EBE0

Color information

#C2EBE0 (or 0xC2EBE0) is unknown color: approx Mint Tulip. HEX triplet: C2, EB and E0. RGB value is (194,235,224). Sum of RGB (Red+Green+Blue) = 194+235+224=653 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.71% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBE0 is #3D141F. Grayscale: #DDDDDD. Windows color (decimal): -4002848 or 14740418. OLE color: 14740418.

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

Color convert

RGB194235224-
CMYK0.1700.050.08
HSL163.9º50.62%84.12%-
HSV(B)163.9º17.45%92.16%-
XYZ65.4176.2781.79-
YUV221.49129.42108.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.71%
GREEN value IS 235 (92.19% from 255) = 35.99%
BLUE value IS 224 (87.89% from 255) = 34.30%
R=29.71%
G=35.99%
B=34.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1942352240.1700.050.08163.950.6284.12
HexC2EBE011058a43354
Octal30235334021051024463124
Binary1100001011101011111000001000101011000101001001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EBE0; }

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

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

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

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

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

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

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

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