#19D08E

Color #19D08E Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #19D08E

Tints of Shamrock #19D08E

Color information

#19D08E (or 0x19D08E) is unknown color: approx Shamrock. HEX triplet: 19, D0 and 8E. RGB value is (25,208,142). Sum of RGB (Red+Green+Blue) = 25+208+142=375 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.67% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #19D08E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19D08E is #E62F71. Grayscale: #919191. Windows color (decimal): -15085426 or 9359385. OLE color: 9359385.

HSL color Cylindrical-coordinate representation of color #19D08E: hue angle of 158.36º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D08E is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB25208142-
CMYK0.8800.320.18
HSL158.36º78.54%45.69%-
HSV(B)158.36º87.98%81.57%-
XYZ27.8447.2733.25-
YUV145.76125.8741.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.67%
GREEN value IS 208 (81.64% from 255) = 55.47%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=6.67%
G=55.47%
B=37.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal252081420.8800.320.18158.3678.5445.69
Hex19D08E58020129e4f2e
Octal313202161300402223611756
Binary1100111010000100011101011000010000010010100111101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19D08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19D08E; }

 p { color: rgb(25,208,142); }

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

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

 a { background-color: rgb(25,208,142); }

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

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

 span { border-color: rgb(25,208,142); }

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