Html Css Color HEX #189690 Java

📋 copy color: '#189690'

red 24 ◦ green 150 ◦ blue 144

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

Shades of Java #189690

Tints of Java #189690

RGB

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

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

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

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

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

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

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

Color convert

RGB 24 150 144 -
CMYK 0.84 0 0.04 0.41
HSL 177.14º 0.72% 0.34% -
HSV(B) 177.14º 0.84% 0.59% -
XYZ 16.32 24.02 30.16 -
YUV 111.64 146.26 65.49 -
System Red Green Blue C M Y K H S L
Decimal 24 150 144 0.84 0 0.04 0.41 177.14 0.72 0.34
Hex 18 96 90 54 0 4 29 B1 48 22
Octal 30 226 220 124 0 4 51 261 110 42
Binary 11000 10010110 10010000 1010100 0 100 101001 10110001 1001000 100010

Color Harmonies of #189690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189690

Black with #189690

Text Example


Text Example

White with #189690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189690; }

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

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

background-color css

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

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

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

border-color css

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

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

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