Html Css Color HEX #189483 Java

📋 copy color: '#189483'

red 24 ◦ green 148 ◦ blue 131

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

Shades of Java #189483

Tints of Java #189483

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.84%

 BLUE value IS 131 (51.56% from 255) = 43.23%

R = 7.92%
G = 48.84%
B = 43.23%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#189483 (or 0x189483) is known color: Java. HEX triplet: 18, 94 and 83. RGB value is (24,148,131). Sum of RGB (Red+Green+Blue) = 24+148+131=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #189483 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189483 is #E76B7C. Grayscale: #6C6C6C. Windows color (decimal): -15166333 or 8623128. OLE color: 8623128.

HSL color Cylindrical-coordinate representation of color #189483: hue angle of 171.77º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189483 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 148 131 -
CMYK 0.84 0 0.11 0.42
HSL 171.77º 0.72% 0.34% -
HSV(B) 171.77º 0.84% 0.58% -
XYZ 15.06 23.01 25.12 -
YUV 108.99 140.42 67.38 -
System Red Green Blue C M Y K H S L
Decimal 24 148 131 0.84 0 0.11 0.42 171.77 0.72 0.34
Hex 18 94 83 54 0 B 2A AC 48 22
Octal 30 224 203 124 0 13 52 254 110 42
Binary 11000 10010100 10000011 1010100 0 1011 101010 10101100 1001000 100010

Color Harmonies of #189483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189483

Black with #189483

Text Example


Text Example

White with #189483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189483; }

 p { color: rgb(24,148,131); }

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

background-color css

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

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

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

border-color css

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

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

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