Html Css Color HEX #189DA0 Java

📋 copy color: '#189DA0'

red 24 ◦ green 157 ◦ blue 160

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

Shades of Java #189DA0

Tints of Java #189DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 46.92%

R = 7.04%
G = 46.04%
B = 46.92%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#189DA0 (or 0x189DA0) is known color: Java. HEX triplet: 18, 9D and A0. RGB value is (24,157,160). Sum of RGB (Red+Green+Blue) = 24+157+160=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 160 - color contains mainly: blue. Hex color #189DA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189DA0 is #E7625F. Grayscale: #757575. Windows color (decimal): -15164000 or 10525976. OLE color: 10525976.

HSL color Cylindrical-coordinate representation of color #189DA0: hue angle of 181.32º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #189DA0 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 24 157 160 -
CMYK 0.85 0.02 0 0.37
HSL 181.32º 0.74% 0.36% -
HSV(B) 181.32º 0.85% 0.63% -
XYZ 18.78 26.85 37.45 -
YUV 117.58 151.94 61.26 -
System Red Green Blue C M Y K H S L
Decimal 24 157 160 0.85 0.02 0 0.37 181.32 0.74 0.36
Hex 18 9D A0 55 2 0 25 B5 4A 24
Octal 30 235 240 125 2 0 45 265 112 44
Binary 11000 10011101 10100000 1010101 10 0 100101 10110101 1001010 100100

Color Harmonies of #189DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189DA0

Black with #189DA0

Text Example


Text Example

White with #189DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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