Html Css Color HEX #189395 Java

📋 copy color: '#189395'

red 24 ◦ green 147 ◦ blue 149

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

Shades of Java #189395

Tints of Java #189395

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.94%

 BLUE value IS 149 (58.59% from 255) = 46.56%

R = 7.5%
G = 45.94%
B = 46.56%

CMYK

 C value IS 0.84

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#189395 (or 0x189395) is known color: Java. HEX triplet: 18, 93 and 95. RGB value is (24,147,149). Sum of RGB (Red+Green+Blue) = 24+147+149=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #189395 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189395 is #E76C6A. Grayscale: #6E6E6E. Windows color (decimal): -15166571 or 9802520. OLE color: 9802520.

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

Color convert

RGB 24 147 149 -
CMYK 0.84 0.01 0 0.42
HSL 180.96º 0.72% 0.34% -
HSV(B) 180.96º 0.84% 0.58% -
XYZ 16.24 23.23 32.06 -
YUV 110.45 149.75 66.34 -
System Red Green Blue C M Y K H S L
Decimal 24 147 149 0.84 0.01 0 0.42 180.96 0.72 0.34
Hex 18 93 95 54 1 0 2A B5 48 22
Octal 30 223 225 124 1 0 52 265 110 42
Binary 11000 10010011 10010101 1010100 1 0 101010 10110101 1001000 100010

Color Harmonies of #189395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189395

Black with #189395

Text Example


Text Example

White with #189395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189395; }

 p { color: rgb(24,147,149); }

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

background-color css

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

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

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

border-color css

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

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

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