Html Css Color HEX #189096 Java

📋 copy color: '#189096'

red 24 ◦ green 144 ◦ blue 150

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

Shades of Java #189096

Tints of Java #189096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.28%

 BLUE value IS 150 (58.98% from 255) = 47.17%

R = 7.55%
G = 45.28%
B = 47.17%

CMYK

 C value IS 0.84

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#189096 (or 0x189096) is known color: Java. HEX triplet: 18, 90 and 96. RGB value is (24,144,150). Sum of RGB (Red+Green+Blue) = 24+144+150=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 150 - color contains mainly: blue. Hex color #189096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189096 is #E76F69. Grayscale: #6C6C6C. Windows color (decimal): -15167338 or 9867288. OLE color: 9867288.

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

Color convert

RGB 24 144 150 -
CMYK 0.84 0.04 0 0.41
HSL 182.86º 0.72% 0.34% -
HSV(B) 182.86º 0.84% 0.59% -
XYZ 15.85 22.34 32.33 -
YUV 108.8 151.24 67.51 -
System Red Green Blue C M Y K H S L
Decimal 24 144 150 0.84 0.04 0 0.41 182.86 0.72 0.34
Hex 18 90 96 54 4 0 29 B7 48 22
Octal 30 220 226 124 4 0 51 267 110 42
Binary 11000 10010000 10010110 1010100 100 0 101001 10110111 1001000 100010

Color Harmonies of #189096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189096

Black with #189096

Text Example


Text Example

White with #189096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189096; }

 p { color: rgb(24,144,150); }

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

background-color css

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

 a { background-color: rgb(24,144,150); }

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

border-color css

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

 span { border-color: rgb(24,144,150); }

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