Html Css Color HEX #10999A Java

📋 copy color: '#10999A'

red 16 ◦ green 153 ◦ blue 154

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

Shades of Java #10999A

Tints of Java #10999A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.37%

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

R = 4.95%
G = 47.37%
B = 47.68%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#10999A (or 0x10999A) is known color: Java. HEX triplet: 10, 99 and 9A. RGB value is (16,153,154). Sum of RGB (Red+Green+Blue) = 16+153+154=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #10999A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10999A is #EF6665. Grayscale: #707070. Windows color (decimal): -15689318 or 10131728. OLE color: 10131728.

HSL color Cylindrical-coordinate representation of color #10999A: hue angle of 180.43º 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 #10999A is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 16 153 154 -
CMYK 0.90 0.01 0 0.40
HSL 180.43º 0.81% 0.33% -
HSV(B) 180.43º 0.9% 0.6% -
XYZ 17.44 25.23 34.52 -
YUV 112.15 151.61 59.42 -
System Red Green Blue C M Y K H S L
Decimal 16 153 154 0.90 0.01 0 0.40 180.43 0.81 0.33
Hex 10 99 9A 5A 1 0 28 B4 51 21
Octal 20 231 232 132 1 0 50 264 121 41
Binary 10000 10011001 10011010 1011010 1 0 101000 10110100 1010001 100001

Color Harmonies of #10999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10999A

Black with #10999A

Text Example


Text Example

White with #10999A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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