Html Css Color HEX #189996 Java

📋 copy color: '#189996'

red 24 ◦ green 153 ◦ blue 150

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

Shades of Java #189996

Tints of Java #189996

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.79%

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

R = 7.34%
G = 46.79%
B = 45.87%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#189996 (or 0x189996) is known color: Java. HEX triplet: 18, 99 and 96. RGB value is (24,153,150). Sum of RGB (Red+Green+Blue) = 24+153+150=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #189996 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189996 is #E76669. Grayscale: #717171. Windows color (decimal): -15165034 or 9869592. OLE color: 9869592.

HSL color Cylindrical-coordinate representation of color #189996: hue angle of 178.6º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189996 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 24 153 150 -
CMYK 0.84 0 0.02 0.4
HSL 178.6º 0.73% 0.35% -
HSV(B) 178.6º 0.84% 0.6% -
XYZ 17.27 25.18 32.8 -
YUV 114.09 148.26 63.74 -
System Red Green Blue C M Y K H S L
Decimal 24 153 150 0.84 0 0.02 0.4 178.6 0.73 0.35
Hex 18 99 96 54 0 2 28 B3 49 23
Octal 30 231 226 124 0 2 50 263 111 43
Binary 11000 10011001 10010110 1010100 0 10 101000 10110011 1001001 100011

Color Harmonies of #189996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189996

Black with #189996

Text Example


Text Example

White with #189996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189996; }

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

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

background-color css

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

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

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

border-color css

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

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

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