Html Css Color HEX #16958D Java

📋 copy color: '#16958D'

red 22 ◦ green 149 ◦ blue 141

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

Shades of Java #16958D

Tints of Java #16958D

RGB

 RED value IS 22 (8.98% from 255) = 7.05%

 GREEN value IS 149 (58.59% from 255) = 47.76%

 BLUE value IS 141 (55.47% from 255) = 45.19%

R = 7.05%
G = 47.76%
B = 45.19%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#16958D (or 0x16958D) is known color: Java. HEX triplet: 16, 95 and 8D. RGB value is (22,149,141). Sum of RGB (Red+Green+Blue) = 22+149+141=312 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.05% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #16958D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16958D is #E96A72. Grayscale: #6E6E6E. Windows color (decimal): -15297139 or 9278742. OLE color: 9278742.

HSL color Cylindrical-coordinate representation of color #16958D: hue angle of 176.22º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16958D is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 22 149 141 -
CMYK 0.85 0 0.05 0.42
HSL 176.22º 0.74% 0.34% -
HSV(B) 176.22º 0.85% 0.58% -
XYZ 15.89 23.59 28.92 -
YUV 110.12 145.42 65.15 -
System Red Green Blue C M Y K H S L
Decimal 22 149 141 0.85 0 0.05 0.42 176.22 0.74 0.34
Hex 16 95 8D 55 0 5 2A B0 4A 22
Octal 26 225 215 125 0 5 52 260 112 42
Binary 10110 10010101 10001101 1010101 0 101 101010 10110000 1001010 100010

Color Harmonies of #16958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16958D

Black with #16958D

Text Example


Text Example

White with #16958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16958D; }

 p { color: rgb(22,149,141); }

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

background-color css

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

 a { background-color: rgb(22,149,141); }

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

border-color css

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

 span { border-color: rgb(22,149,141); }

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