Html Css Color HEX #16948D Java

📋 copy color: '#16948D'

red 22 ◦ green 148 ◦ blue 141

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

Shades of Java #16948D

Tints of Java #16948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.59%

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

R = 7.07%
G = 47.59%
B = 45.34%

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

#16948D (or 0x16948D) is known color: Java. HEX triplet: 16, 94 and 8D. RGB value is (22,148,141). Sum of RGB (Red+Green+Blue) = 22+148+141=311 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.07% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #16948D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16948D is #E96B72. Grayscale: #6D6D6D. Windows color (decimal): -15297395 or 9278486. OLE color: 9278486.

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

Color convert

RGB 22 148 141 -
CMYK 0.85 0 0.05 0.42
HSL 176.67º 0.74% 0.33% -
HSV(B) 176.67º 0.85% 0.58% -
XYZ 15.73 23.27 28.86 -
YUV 109.53 145.76 65.57 -
System Red Green Blue C M Y K H S L
Decimal 22 148 141 0.85 0 0.05 0.42 176.67 0.74 0.33
Hex 16 94 8D 55 0 5 2A B1 4A 21
Octal 26 224 215 125 0 5 52 261 112 41
Binary 10110 10010100 10001101 1010101 0 101 101010 10110001 1001010 100001

Color Harmonies of #16948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16948D

Black with #16948D

Text Example


Text Example

White with #16948D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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