Html Css Color HEX #119798 Java

📋 copy color: '#119798'

red 17 ◦ green 151 ◦ blue 152

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

Shades of Java #119798

Tints of Java #119798

RGB

 RED value IS 17 (7.03% from 255) = 5.31%

 GREEN value IS 151 (59.38% from 255) = 47.19%

 BLUE value IS 152 (59.77% from 255) = 47.5%

R = 5.31%
G = 47.19%
B = 47.5%

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#119798 (or 0x119798) is known color: Java. HEX triplet: 11, 97 and 98. RGB value is (17,151,152). Sum of RGB (Red+Green+Blue) = 17+151+152=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 151 (59.38% from 255 or 47.19% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #119798 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119798 is #EE6867. Grayscale: #6E6E6E. Windows color (decimal): -15624296 or 10000145. OLE color: 10000145.

HSL color Cylindrical-coordinate representation of color #119798: hue angle of 180.44º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119798 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 17 151 152 -
CMYK 0.89 0.01 0 0.40
HSL 180.44º 0.8% 0.33% -
HSV(B) 180.44º 0.89% 0.6% -
XYZ 16.97 24.52 33.54 -
YUV 111.05 151.11 60.92 -
System Red Green Blue C M Y K H S L
Decimal 17 151 152 0.89 0.01 0 0.40 180.44 0.8 0.33
Hex 11 97 98 59 1 0 28 B4 50 21
Octal 21 227 230 131 1 0 50 264 120 41
Binary 10001 10010111 10011000 1011001 1 0 101000 10110100 1010000 100001

Color Harmonies of #119798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119798

Black with #119798

Text Example


Text Example

White with #119798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119798; }

 p { color: rgb(17,151,152); }

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

background-color css

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

 a { background-color: rgb(17,151,152); }

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

border-color css

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

 span { border-color: rgb(17,151,152); }

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