Html Css Color HEX #109994 Java

📋 copy color: '#109994'

red 16 ◦ green 153 ◦ blue 148

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

Shades of Java #109994

Tints of Java #109994

RGB

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

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

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

R = 5.05%
G = 48.26%
B = 46.69%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#109994 (or 0x109994) is known color: Java. HEX triplet: 10, 99 and 94. RGB value is (16,153,148). Sum of RGB (Red+Green+Blue) = 16+153+148=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #109994 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109994 is #EF666B. Grayscale: #6F6F6F. Windows color (decimal): -15689324 or 9738512. OLE color: 9738512.

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

Color convert

RGB 16 153 148 -
CMYK 0.90 0 0.03 0.4
HSL 177.81º 0.81% 0.33% -
HSV(B) 177.81º 0.9% 0.6% -
XYZ 16.95 25.03 31.96 -
YUV 111.47 148.61 59.91 -
System Red Green Blue C M Y K H S L
Decimal 16 153 148 0.90 0 0.03 0.4 177.81 0.81 0.33
Hex 10 99 94 5A 0 3 28 B2 51 21
Octal 20 231 224 132 0 3 50 262 121 41
Binary 10000 10011001 10010100 1011010 0 11 101000 10110010 1010001 100001

Color Harmonies of #109994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109994

Black with #109994

Text Example


Text Example

White with #109994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109994; }

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

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

background-color css

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

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

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

border-color css

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

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

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