#19899E

Color #19899E Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #19899E

Tints of Scooter #19899E

Color information

#19899E (or 0x19899E) is unknown color: approx Scooter. HEX triplet: 19, 89 and 9E. RGB value is (25,137,158). Sum of RGB (Red+Green+Blue) = 25+137+158=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #19899E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19899E is #E67661. Grayscale: #696969. Windows color (decimal): -15103586 or 10389785. OLE color: 10389785.

HSL color Cylindrical-coordinate representation of color #19899E: hue angle of 189.47º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19899E is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB25137158-
CMYK0.840.1300.38
HSL189.47º72.68%35.88%-
HSV(B)189.47º84.18%61.96%-
XYZ15.5220.5735.5-
YUV105.91157.3970.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.81%
GREEN value IS 137 (53.91% from 255) = 42.81%
BLUE value IS 158 (62.11% from 255) = 49.38%
R=7.81%
G=42.81%
B=49.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251371580.840.1300.38189.4772.6835.88
Hex19899E54D026bd4924
Octal312112361241504627511144
Binary110011000100110011110101010011010100110101111011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19899E; }

 p { color: rgb(25,137,158); }

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

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

 a { background-color: rgb(25,137,158); }

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

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

 span { border-color: rgb(25,137,158); }

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