Html Css Color HEX #16988F Java

📋 copy color: '#16988F'

red 22 ◦ green 152 ◦ blue 143

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

Shades of Java #16988F

Tints of Java #16988F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.95%

 BLUE value IS 143 (56.25% from 255) = 45.11%

R = 6.94%
G = 47.95%
B = 45.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#16988F (or 0x16988F) is known color: Java. HEX triplet: 16, 98 and 8F. RGB value is (22,152,143). Sum of RGB (Red+Green+Blue) = 22+152+143=317 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.94% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #16988F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16988F is #E96770. Grayscale: #707070. Windows color (decimal): -15296369 or 9410582. OLE color: 9410582.

HSL color Cylindrical-coordinate representation of color #16988F: hue angle of 175.85º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16988F is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 22 152 143 -
CMYK 0.86 0 0.06 0.40
HSL 175.85º 0.75% 0.34% -
HSV(B) 175.85º 0.86% 0.6% -
XYZ 16.52 24.61 29.87 -
YUV 112.1 145.43 63.73 -
System Red Green Blue C M Y K H S L
Decimal 22 152 143 0.86 0 0.06 0.40 175.85 0.75 0.34
Hex 16 98 8F 56 0 6 28 B0 4B 22
Octal 26 230 217 126 0 6 50 260 113 42
Binary 10110 10011000 10001111 1010110 0 110 101000 10110000 1001011 100010

Color Harmonies of #16988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16988F

Black with #16988F

Text Example


Text Example

White with #16988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16988F; }

 p { color: rgb(22,152,143); }

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

background-color css

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

 a { background-color: rgb(22,152,143); }

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

border-color css

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

 span { border-color: rgb(22,152,143); }

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