Html Css Color HEX #16948A Java

📋 copy color: '#16948A'

red 22 ◦ green 148 ◦ blue 138

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

Shades of Java #16948A

Tints of Java #16948A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.81%

R = 7.14%
G = 48.05%
B = 44.81%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#16948A (or 0x16948A) is known color: Java. HEX triplet: 16, 94 and 8A. RGB value is (22,148,138). Sum of RGB (Red+Green+Blue) = 22+148+138=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #16948A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16948A is #E96B75. Grayscale: #6D6D6D. Windows color (decimal): -15297398 or 9081878. OLE color: 9081878.

HSL color Cylindrical-coordinate representation of color #16948A: hue angle of 175.24º 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 #16948A is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 22 148 138 -
CMYK 0.85 0 0.07 0.42
HSL 175.24º 0.74% 0.33% -
HSV(B) 175.24º 0.85% 0.58% -
XYZ 15.51 23.19 27.7 -
YUV 109.19 144.26 65.81 -
System Red Green Blue C M Y K H S L
Decimal 22 148 138 0.85 0 0.07 0.42 175.24 0.74 0.33
Hex 16 94 8A 55 0 7 2A AF 4A 21
Octal 26 224 212 125 0 7 52 257 112 41
Binary 10110 10010100 10001010 1010101 0 111 101010 10101111 1001010 100001

Color Harmonies of #16948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16948A

Black with #16948A

Text Example


Text Example

White with #16948A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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