Html Css Color HEX #189A9A Java

📋 copy color: '#189A9A'

red 24 ◦ green 154 ◦ blue 154

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

Shades of Java #189A9A

Tints of Java #189A9A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.39%

 BLUE value IS 154 (60.55% from 255) = 46.39%

R = 7.23%
G = 46.39%
B = 46.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#189A9A (or 0x189A9A) is known color: Java. HEX triplet: 18, 9A and 9A. RGB value is (24,154,154). Sum of RGB (Red+Green+Blue) = 24+154+154=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 154 - color contains mainly: green, blue. Hex color #189A9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189A9A is #E76565. Grayscale: #737373. Windows color (decimal): -15164774 or 10131992. OLE color: 10131992.

HSL color Cylindrical-coordinate representation of color #189A9A: hue angle of 180º 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 #189A9A is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 24 154 154 -
CMYK 0.84 0 0 0.40
HSL 180º 0.73% 0.35% -
HSV(B) 180º 0.84% 0.6% -
XYZ 17.77 25.64 34.58 -
YUV 115.13 149.93 63 -
System Red Green Blue C M Y K H S L
Decimal 24 154 154 0.84 0 0 0.40 180 0.73 0.35
Hex 18 9A 9A 54 0 0 28 B4 49 23
Octal 30 232 232 124 0 0 50 264 111 43
Binary 11000 10011010 10011010 1010100 0 0 101000 10110100 1001001 100011

Color Harmonies of #189A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189A9A

Black with #189A9A

Text Example


Text Example

White with #189A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,154,154); }

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

background-color css

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

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

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

border-color css

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

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

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