Html Css Color HEX #10979A Java

📋 copy color: '#10979A'

red 16 ◦ green 151 ◦ blue 154

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

Shades of Java #10979A

Tints of Java #10979A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 47.98%

R = 4.98%
G = 47.04%
B = 47.98%

CMYK

 C value IS 0.90

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#10979A (or 0x10979A) is known color: Java. HEX triplet: 10, 97 and 9A. RGB value is (16,151,154). Sum of RGB (Red+Green+Blue) = 16+151+154=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 154 - color contains mainly: blue. Hex color #10979A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10979A is #EF6865. Grayscale: #6E6E6E. Windows color (decimal): -15689830 or 10131216. OLE color: 10131216.

HSL color Cylindrical-coordinate representation of color #10979A: hue angle of 181.3º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10979A is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 16 151 154 -
CMYK 0.90 0.02 0 0.40
HSL 181.3º 0.81% 0.33% -
HSV(B) 181.3º 0.9% 0.6% -
XYZ 17.11 24.58 34.41 -
YUV 110.98 152.27 60.26 -
System Red Green Blue C M Y K H S L
Decimal 16 151 154 0.90 0.02 0 0.40 181.3 0.81 0.33
Hex 10 97 9A 5A 2 0 28 B5 51 21
Octal 20 227 232 132 2 0 50 265 121 41
Binary 10000 10010111 10011010 1011010 10 0 101000 10110101 1010001 100001

Color Harmonies of #10979A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10979A

Black with #10979A

Text Example


Text Example

White with #10979A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10979A; }

 p { color: rgb(16,151,154); }

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

background-color css

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

 a { background-color: rgb(16,151,154); }

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

border-color css

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

 span { border-color: rgb(16,151,154); }

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