Html Css Color HEX #109696 Java

📋 copy color: '#109696'

red 16 ◦ green 150 ◦ blue 150

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

Shades of Java #109696

Tints of Java #109696

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.47%

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

R = 5.06%
G = 47.47%
B = 47.47%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#109696 (or 0x109696) is known color: Java. HEX triplet: 10, 96 and 96. RGB value is (16,150,150). Sum of RGB (Red+Green+Blue) = 16+150+150=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #109696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109696 is #EF6969. Grayscale: #6D6D6D. Windows color (decimal): -15690090 or 9868816. OLE color: 9868816.

HSL color Cylindrical-coordinate representation of color #109696: hue angle of 180º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109696 is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 150 150 -
CMYK 0.89 0 0 0.41
HSL 180º 0.81% 0.33% -
HSV(B) 180º 0.89% 0.59% -
XYZ 16.63 24.12 32.63 -
YUV 109.93 150.61 61 -
System Red Green Blue C M Y K H S L
Decimal 16 150 150 0.89 0 0 0.41 180 0.81 0.33
Hex 10 96 96 59 0 0 29 B4 51 21
Octal 20 226 226 131 0 0 51 264 121 41
Binary 10000 10010110 10010110 1011001 0 0 101001 10110100 1010001 100001

Color Harmonies of #109696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109696

Black with #109696

Text Example


Text Example

White with #109696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109696; }

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

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

background-color css

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

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

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

border-color css

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

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

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