Html Css Color HEX #189B8C Java

📋 copy color: '#189B8C'

red 24 ◦ green 155 ◦ blue 140

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

Shades of Java #189B8C

Tints of Java #189B8C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.59%

 BLUE value IS 140 (55.08% from 255) = 43.89%

R = 7.52%
G = 48.59%
B = 43.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#189B8C (or 0x189B8C) is known color: Java. HEX triplet: 18, 9B and 8C. RGB value is (24,155,140). Sum of RGB (Red+Green+Blue) = 24+155+140=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 155 - color contains mainly: green. Hex color #189B8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189B8C is #E76473. Grayscale: #727272. Windows color (decimal): -15164532 or 9214744. OLE color: 9214744.

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

Color convert

RGB 24 155 140 -
CMYK 0.85 0 0.10 0.39
HSL 173.13º 0.73% 0.35% -
HSV(B) 173.13º 0.85% 0.61% -
XYZ 16.83 25.53 28.85 -
YUV 114.12 142.6 63.72 -
System Red Green Blue C M Y K H S L
Decimal 24 155 140 0.85 0 0.10 0.39 173.13 0.73 0.35
Hex 18 9B 8C 55 0 A 27 AD 49 23
Octal 30 233 214 125 0 12 47 255 111 43
Binary 11000 10011011 10001100 1010101 0 1010 100111 10101101 1001001 100011

Color Harmonies of #189B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189B8C

Black with #189B8C

Text Example


Text Example

White with #189B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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