Html Css Color HEX #109EA0 Java

📋 copy color: '#109EA0'

red 16 ◦ green 158 ◦ blue 160

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

Shades of Java #109EA0

Tints of Java #109EA0

RGB

 RED value IS 16 (6.64% from 255) = 4.79%

 GREEN value IS 158 (62.11% from 255) = 47.31%

 BLUE value IS 160 (62.89% from 255) = 47.9%

R = 4.79%
G = 47.31%
B = 47.9%

CMYK

 C value IS 0.9

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#109EA0 (or 0x109EA0) is known color: Java. HEX triplet: 10, 9E and A0. RGB value is (16,158,160). Sum of RGB (Red+Green+Blue) = 16+158+160=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 158 (62.11% from 255 or 47.31% from 334); Blue value is 160 (62.89% from 255 or 47.90% from 334); Max value from RGB is 160 - color contains mainly: blue. Hex color #109EA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109EA0 is #EF615F. Grayscale: #737373. Windows color (decimal): -15688032 or 10526224. OLE color: 10526224.

HSL color Cylindrical-coordinate representation of color #109EA0: hue angle of 180.83º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109EA0 is Cyan = 0.9, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 158 160 -
CMYK 0.9 0.01 0 0.37
HSL 180.83º 0.82% 0.35% -
HSV(B) 180.83º 0.9% 0.63% -
XYZ 18.79 27.1 37.5 -
YUV 115.77 152.96 56.84 -
System Red Green Blue C M Y K H S L
Decimal 16 158 160 0.9 0.01 0 0.37 180.83 0.82 0.35
Hex 10 9E A0 5A 1 0 25 B5 52 23
Octal 20 236 240 132 1 0 45 265 122 43
Binary 10000 10011110 10100000 1011010 1 0 100101 10110101 1010010 100011

Color Harmonies of #109EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109EA0

Black with #109EA0

Text Example


Text Example

White with #109EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109EA0; }

 p { color: rgb(16,158,160); }

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

background-color css

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

 a { background-color: rgb(16,158,160); }

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

border-color css

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

 span { border-color: rgb(16,158,160); }

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