#189D8E

Color #189D8E Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #189D8E

Tints of Java #189D8E

Color information

#189D8E (or 0x189D8E) is unknown color: approx Java. HEX triplet: 18, 9D and 8E. RGB value is (24,157,142). Sum of RGB (Red+Green+Blue) = 24+157+142=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 157 (61.72% from 255 or 48.61% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 157 - color contains mainly: green. Hex color #189D8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189D8E is #E76271. Grayscale: #737373. Windows color (decimal): -15164018 or 9346328. OLE color: 9346328.

HSL color Cylindrical-coordinate representation of color #189D8E: hue angle of 173.23º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #189D8E is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB24157142-
CMYK0.8500.100.38
HSL173.23º73.48%35.49%-
HSV(B)173.23º84.71%61.57%-
XYZ17.3226.2629.75-
YUV115.52142.9462.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.43%
GREEN value IS 157 (61.72% from 255) = 48.61%
BLUE value IS 142 (55.86% from 255) = 43.96%
R=7.43%
G=48.61%
B=43.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal241571420.8500.100.38173.2373.4835.49
Hex189D8E550A26ad4923
Octal302352161250124625511143
Binary110001001110110001110101010101010100110101011011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #189D8E; }

 p { color: rgb(24,157,142); }

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

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

 a { background-color: rgb(24,157,142); }

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

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

 span { border-color: rgb(24,157,142); }

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