Html Css Color HEX #189990 Java

📋 copy color: '#189990'

red 24 ◦ green 153 ◦ blue 144

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

Shades of Java #189990

Tints of Java #189990

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.66%

 BLUE value IS 144 (56.64% from 255) = 44.86%

R = 7.48%
G = 47.66%
B = 44.86%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#189990 (or 0x189990) is known color: Java. HEX triplet: 18, 99 and 90. RGB value is (24,153,144). Sum of RGB (Red+Green+Blue) = 24+153+144=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #189990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189990 is #E7666F. Grayscale: #717171. Windows color (decimal): -15165040 or 9476376. OLE color: 9476376.

HSL color Cylindrical-coordinate representation of color #189990: hue angle of 175.81º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189990 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 24 153 144 -
CMYK 0.84 0 0.06 0.4
HSL 175.81º 0.73% 0.35% -
HSV(B) 175.81º 0.84% 0.6% -
XYZ 16.8 24.99 30.32 -
YUV 113.4 145.26 64.23 -
System Red Green Blue C M Y K H S L
Decimal 24 153 144 0.84 0 0.06 0.4 175.81 0.73 0.35
Hex 18 99 90 54 0 6 28 B0 49 23
Octal 30 231 220 124 0 6 50 260 111 43
Binary 11000 10011001 10010000 1010100 0 110 101000 10110000 1001001 100011

Color Harmonies of #189990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189990

Black with #189990

Text Example


Text Example

White with #189990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189990; }

 p { color: rgb(24,153,144); }

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

background-color css

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

 a { background-color: rgb(24,153,144); }

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

border-color css

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

 span { border-color: rgb(24,153,144); }

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