Html Css Color HEX #10999C Java

📋 copy color: '#10999C'

red 16 ◦ green 153 ◦ blue 156

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

Shades of Java #10999C

Tints of Java #10999C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48%

R = 4.92%
G = 47.08%
B = 48%

CMYK

 C value IS 0.90

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10999C (or 0x10999C) is known color: Java. HEX triplet: 10, 99 and 9C. RGB value is (16,153,156). Sum of RGB (Red+Green+Blue) = 16+153+156=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #10999C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10999C is #EF6663. Grayscale: #707070. Windows color (decimal): -15689316 or 10262800. OLE color: 10262800.

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

Color convert

RGB 16 153 156 -
CMYK 0.90 0.02 0 0.39
HSL 181.29º 0.81% 0.34% -
HSV(B) 181.29º 0.9% 0.61% -
XYZ 17.61 25.29 35.41 -
YUV 112.38 152.61 59.26 -
System Red Green Blue C M Y K H S L
Decimal 16 153 156 0.90 0.02 0 0.39 181.29 0.81 0.34
Hex 10 99 9C 5A 2 0 27 B5 51 22
Octal 20 231 234 132 2 0 47 265 121 42
Binary 10000 10011001 10011100 1011010 10 0 100111 10110101 1010001 100010

Color Harmonies of #10999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10999C

Black with #10999C

Text Example


Text Example

White with #10999C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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