Html Css Color HEX #109996 Java

📋 copy color: '#109996'

red 16 ◦ green 153 ◦ blue 150

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

Shades of Java #109996

Tints of Java #109996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.02%

R = 5.02%
G = 47.96%
B = 47.02%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#109996 (or 0x109996) is known color: Java. HEX triplet: 10, 99 and 96. RGB value is (16,153,150). Sum of RGB (Red+Green+Blue) = 16+153+150=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #109996 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109996 is #EF6669. Grayscale: #6F6F6F. Windows color (decimal): -15689322 or 9869584. OLE color: 9869584.

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

Color convert

RGB 16 153 150 -
CMYK 0.90 0 0.02 0.4
HSL 178.69º 0.81% 0.33% -
HSV(B) 178.69º 0.9% 0.6% -
XYZ 17.11 25.09 32.8 -
YUV 111.7 149.61 59.74 -
System Red Green Blue C M Y K H S L
Decimal 16 153 150 0.90 0 0.02 0.4 178.69 0.81 0.33
Hex 10 99 96 5A 0 2 28 B3 51 21
Octal 20 231 226 132 0 2 50 263 121 41
Binary 10000 10011001 10010110 1011010 0 10 101000 10110011 1010001 100001

Color Harmonies of #109996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109996

Black with #109996

Text Example


Text Example

White with #109996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109996; }

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

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

background-color css

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

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

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

border-color css

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

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

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