#189B8B

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

Shades of Java #189B8B

Tints of Java #189B8B

Color information

#189B8B (or 0x189B8B) is unknown color: approx Java. HEX triplet: 18, 9B and 8B. RGB value is (24,155,139). Sum of RGB (Red+Green+Blue) = 24+155+139=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #189B8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189B8B is #E76474. Grayscale: #717171. Windows color (decimal): -15164533 or 9149208. OLE color: 9149208.

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

Color convert

RGB24155139-
CMYK0.8500.100.39
HSL172.67º73.18%35.1%-
HSV(B)172.67º84.52%60.78%-
XYZ16.7625.528.47-
YUV114.01142.163.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.55%
GREEN value IS 155 (60.94% from 255) = 48.74%
BLUE value IS 139 (54.69% from 255) = 43.71%
R=7.55%
G=48.74%
B=43.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal241551390.8500.100.39172.6773.1835.1
Hex189B8B550A27ad4923
Octal302332131250124725511143
Binary110001001101110001011101010101010100111101011011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,155,139); }

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

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

 a { background-color: rgb(24,155,139); }

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

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

 span { border-color: rgb(24,155,139); }

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