Html Css Color HEX #109695 Java

📋 copy color: '#109695'

red 16 ◦ green 150 ◦ blue 149

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

Shades of Java #109695

Tints of Java #109695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.3%

R = 5.08%
G = 47.62%
B = 47.3%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#109695 (or 0x109695) is known color: Java. HEX triplet: 10, 96 and 95. RGB value is (16,150,149). Sum of RGB (Red+Green+Blue) = 16+150+149=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #109695 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109695 is #EF696A. Grayscale: #6D6D6D. Windows color (decimal): -15690091 or 9803280. OLE color: 9803280.

HSL color Cylindrical-coordinate representation of color #109695: hue angle of 179.55º 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 #109695 is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 150 149 -
CMYK 0.89 0 0.01 0.41
HSL 179.55º 0.81% 0.33% -
HSV(B) 179.55º 0.89% 0.59% -
XYZ 16.54 24.09 32.21 -
YUV 109.82 150.11 61.08 -
System Red Green Blue C M Y K H S L
Decimal 16 150 149 0.89 0 0.01 0.41 179.55 0.81 0.33
Hex 10 96 95 59 0 1 29 B4 51 21
Octal 20 226 225 131 0 1 51 264 121 41
Binary 10000 10010110 10010101 1011001 0 1 101001 10110100 1010001 100001

Color Harmonies of #109695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109695

Black with #109695

Text Example


Text Example

White with #109695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109695; }

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

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

background-color css

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

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

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

border-color css

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

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

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