Html Css Color HEX #109B9D Java

📋 copy color: '#109B9D'

red 16 ◦ green 155 ◦ blue 157

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

Shades of Java #109B9D

Tints of Java #109B9D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.26%

 BLUE value IS 157 (61.72% from 255) = 47.87%

R = 4.88%
G = 47.26%
B = 47.87%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#109B9D (or 0x109B9D) is known color: Java. HEX triplet: 10, 9B and 9D. RGB value is (16,155,157). Sum of RGB (Red+Green+Blue) = 16+155+157=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #109B9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109B9D is #EF6462. Grayscale: #717171. Windows color (decimal): -15688803 or 10328848. OLE color: 10328848.

HSL color Cylindrical-coordinate representation of color #109B9D: hue angle of 180.85º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109B9D is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 155 157 -
CMYK 0.90 0.01 0 0.38
HSL 180.85º 0.82% 0.34% -
HSV(B) 180.85º 0.9% 0.62% -
XYZ 18.02 25.99 35.96 -
YUV 113.67 152.45 58.34 -
System Red Green Blue C M Y K H S L
Decimal 16 155 157 0.90 0.01 0 0.38 180.85 0.82 0.34
Hex 10 9B 9D 5A 1 0 26 B5 52 22
Octal 20 233 235 132 1 0 46 265 122 42
Binary 10000 10011011 10011101 1011010 1 0 100110 10110101 1010010 100010

Color Harmonies of #109B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109B9D

Black with #109B9D

Text Example


Text Example

White with #109B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,155,157); }

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

background-color css

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

 a { background-color: rgb(16,155,157); }

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

border-color css

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

 span { border-color: rgb(16,155,157); }

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