Html Css Color HEX #189286 Java

📋 copy color: '#189286'

red 24 ◦ green 146 ◦ blue 134

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

Shades of Java #189286

Tints of Java #189286

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.03%

 BLUE value IS 134 (52.73% from 255) = 44.08%

R = 7.89%
G = 48.03%
B = 44.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#189286 (or 0x189286) is known color: Java. HEX triplet: 18, 92 and 86. RGB value is (24,146,134). Sum of RGB (Red+Green+Blue) = 24+146+134=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #189286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189286 is #E76D79. Grayscale: #6C6C6C. Windows color (decimal): -15166842 or 8819224. OLE color: 8819224.

HSL color Cylindrical-coordinate representation of color #189286: hue angle of 174.1º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189286 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 24 146 134 -
CMYK 0.84 0 0.08 0.43
HSL 174.1º 0.72% 0.33% -
HSV(B) 174.1º 0.84% 0.57% -
XYZ 14.96 22.47 26.1 -
YUV 108.15 142.58 67.98 -
System Red Green Blue C M Y K H S L
Decimal 24 146 134 0.84 0 0.08 0.43 174.1 0.72 0.33
Hex 18 92 86 54 0 8 2B AE 48 21
Octal 30 222 206 124 0 10 53 256 110 41
Binary 11000 10010010 10000110 1010100 0 1000 101011 10101110 1001000 100001

Color Harmonies of #189286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189286

Black with #189286

Text Example


Text Example

White with #189286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189286; }

 p { color: rgb(24,146,134); }

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

background-color css

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

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

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

border-color css

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

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

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