Html Css Color HEX #119892 Java

📋 copy color: '#119892'

red 17 ◦ green 152 ◦ blue 146

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

Shades of Java #119892

Tints of Java #119892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.25%

 BLUE value IS 146 (57.42% from 255) = 46.35%

R = 5.4%
G = 48.25%
B = 46.35%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#119892 (or 0x119892) is known color: Java. HEX triplet: 11, 98 and 92. RGB value is (17,152,146). Sum of RGB (Red+Green+Blue) = 17+152+146=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #119892 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119892 is #EE676D. Grayscale: #6E6E6E. Windows color (decimal): -15624046 or 9607185. OLE color: 9607185.

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

Color convert

RGB 17 152 146 -
CMYK 0.89 0 0.04 0.40
HSL 177.33º 0.8% 0.33% -
HSV(B) 177.33º 0.89% 0.6% -
XYZ 16.65 24.65 31.07 -
YUV 110.95 147.77 60.99 -
System Red Green Blue C M Y K H S L
Decimal 17 152 146 0.89 0 0.04 0.40 177.33 0.8 0.33
Hex 11 98 92 59 0 4 28 B1 50 21
Octal 21 230 222 131 0 4 50 261 120 41
Binary 10001 10011000 10010010 1011001 0 100 101000 10110001 1010000 100001

Color Harmonies of #119892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119892

Black with #119892

Text Example


Text Example

White with #119892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119892; }

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

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

background-color css

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

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

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

border-color css

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

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

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