Html Css Color HEX #109694 Java

📋 copy color: '#109694'

red 16 ◦ green 150 ◦ blue 148

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

Shades of Java #109694

Tints of Java #109694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.13%

R = 5.1%
G = 47.77%
B = 47.13%

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

#109694 (or 0x109694) is known color: Java. HEX triplet: 10, 96 and 94. RGB value is (16,150,148). Sum of RGB (Red+Green+Blue) = 16+150+148=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #109694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109694 is #EF696B. Grayscale: #6D6D6D. Windows color (decimal): -15690092 or 9737744. OLE color: 9737744.

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

Color convert

RGB 16 150 148 -
CMYK 0.89 0 0.01 0.41
HSL 179.1º 0.81% 0.33% -
HSV(B) 179.1º 0.89% 0.59% -
XYZ 16.47 24.06 31.79 -
YUV 109.71 149.61 61.16 -
System Red Green Blue C M Y K H S L
Decimal 16 150 148 0.89 0 0.01 0.41 179.1 0.81 0.33
Hex 10 96 94 59 0 1 29 B3 51 21
Octal 20 226 224 131 0 1 51 263 121 41
Binary 10000 10010110 10010100 1011001 0 1 101001 10110011 1010001 100001

Color Harmonies of #109694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109694

Black with #109694

Text Example


Text Example

White with #109694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109694; }

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

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

background-color css

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

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

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

border-color css

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

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

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