Html Css Color HEX #109C9B Java

📋 copy color: '#109C9B'

red 16 ◦ green 156 ◦ blue 155

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

Shades of Java #109C9B

Tints of Java #109C9B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.71%

 BLUE value IS 155 (60.94% from 255) = 47.4%

R = 4.89%
G = 47.71%
B = 47.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#109C9B (or 0x109C9B) is known color: Java. HEX triplet: 10, 9C and 9B. RGB value is (16,156,155). Sum of RGB (Red+Green+Blue) = 16+156+155=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 156 (61.33% from 255 or 47.71% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 156 - color contains mainly: green. Hex color #109C9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109C9B is #EF6364. Grayscale: #717171. Windows color (decimal): -15688549 or 10198032. OLE color: 10198032.

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

Color convert

RGB 16 156 155 -
CMYK 0.90 0 0.01 0.39
HSL 179.57º 0.81% 0.34% -
HSV(B) 179.57º 0.9% 0.61% -
XYZ 18.02 26.25 35.13 -
YUV 114.03 151.12 58.08 -
System Red Green Blue C M Y K H S L
Decimal 16 156 155 0.90 0 0.01 0.39 179.57 0.81 0.34
Hex 10 9C 9B 5A 0 1 27 B4 51 22
Octal 20 234 233 132 0 1 47 264 121 42
Binary 10000 10011100 10011011 1011010 0 1 100111 10110100 1010001 100010

Color Harmonies of #109C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109C9B

Black with #109C9B

Text Example


Text Example

White with #109C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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