Html Css Color HEX #189285 Java

📋 copy color: '#189285'

red 24 ◦ green 146 ◦ blue 133

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

Shades of Java #189285

Tints of Java #189285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 43.89%

R = 7.92%
G = 48.18%
B = 43.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#189285 (or 0x189285) is known color: Java. HEX triplet: 18, 92 and 85. RGB value is (24,146,133). Sum of RGB (Red+Green+Blue) = 24+146+133=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #189285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189285 is #E76D7A. Grayscale: #6B6B6B. Windows color (decimal): -15166843 or 8753688. OLE color: 8753688.

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

Color convert

RGB 24 146 133 -
CMYK 0.84 0 0.09 0.43
HSL 173.61º 0.72% 0.33% -
HSV(B) 173.61º 0.84% 0.57% -
XYZ 14.89 22.45 25.74 -
YUV 108.04 142.08 68.06 -
System Red Green Blue C M Y K H S L
Decimal 24 146 133 0.84 0 0.09 0.43 173.61 0.72 0.33
Hex 18 92 85 54 0 9 2B AE 48 21
Octal 30 222 205 124 0 11 53 256 110 41
Binary 11000 10010010 10000101 1010100 0 1001 101011 10101110 1001000 100001

Color Harmonies of #189285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189285

Black with #189285

Text Example


Text Example

White with #189285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189285; }

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

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

background-color css

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

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

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

border-color css

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

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

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