Html Css Color HEX #189D8B Java

📋 copy color: '#189D8B'

red 24 ◦ green 157 ◦ blue 139

#189D8B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #189D8B

Tints of Java #189D8B

RGB

 RED value IS 24 (9.77% from 255) = 7.5%

 GREEN value IS 157 (61.72% from 255) = 49.06%

 BLUE value IS 139 (54.69% from 255) = 43.44%

R = 7.5%
G = 49.06%
B = 43.44%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#189D8B (or 0x189D8B) is known color: Java. HEX triplet: 18, 9D and 8B. RGB value is (24,157,139). Sum of RGB (Red+Green+Blue) = 24+157+139=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 157 (61.72% from 255 or 49.06% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 157 - color contains mainly: green. Hex color #189D8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189D8B is #E76274. Grayscale: #737373. Windows color (decimal): -15164021 or 9149720. OLE color: 9149720.

HSL color Cylindrical-coordinate representation of color #189D8B: hue angle of 171.88º 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 #189D8B is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 157 139 -
CMYK 0.85 0 0.11 0.38
HSL 171.88º 0.73% 0.35% -
HSV(B) 171.88º 0.85% 0.62% -
XYZ 17.09 26.17 28.58 -
YUV 115.18 141.44 62.96 -
System Red Green Blue C M Y K H S L
Decimal 24 157 139 0.85 0 0.11 0.38 171.88 0.73 0.35
Hex 18 9D 8B 55 0 B 26 AC 49 23
Octal 30 235 213 125 0 13 46 254 111 43
Binary 11000 10011101 10001011 1010101 0 1011 100110 10101100 1001001 100011

Color Harmonies of #189D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189D8B

Black with #189D8B

Text Example


Text Example

White with #189D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #189D8B;
 }
 .AnyTagClassName
 {
   color: #189D8B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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