Html Css Color HEX #10999E Java

📋 copy color: '#10999E'

red 16 ◦ green 153 ◦ blue 158

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

Shades of Java #10999E

Tints of Java #10999E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 48.32%

R = 4.89%
G = 46.79%
B = 48.32%

CMYK

 C value IS 0.90

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10999E (or 0x10999E) is known color: Java. HEX triplet: 10, 99 and 9E. RGB value is (16,153,158). Sum of RGB (Red+Green+Blue) = 16+153+158=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #10999E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10999E is #EF6661. Grayscale: #707070. Windows color (decimal): -15689314 or 10393872. OLE color: 10393872.

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

Color convert

RGB 16 153 158 -
CMYK 0.90 0.03 0 0.38
HSL 182.11º 0.82% 0.34% -
HSV(B) 182.11º 0.9% 0.62% -
XYZ 17.78 25.36 36.31 -
YUV 112.61 153.61 59.09 -
System Red Green Blue C M Y K H S L
Decimal 16 153 158 0.90 0.03 0 0.38 182.11 0.82 0.34
Hex 10 99 9E 5A 3 0 26 B6 52 22
Octal 20 231 236 132 3 0 46 266 122 42
Binary 10000 10011001 10011110 1011010 11 0 100110 10110110 1010010 100010

Color Harmonies of #10999E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10999E

Black with #10999E

Text Example


Text Example

White with #10999E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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