#148D92

Color #148D92 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #148D92

Tints of Java #148D92

Color information

#148D92 (or 0x148D92) is unknown color: approx Java. HEX triplet: 14, 8D and 92. RGB value is (20,141,146). Sum of RGB (Red+Green+Blue) = 20+141+146=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #148D92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148D92 is #EB726D. Grayscale: #696969. Windows color (decimal): -15430254 or 9604372. OLE color: 9604372.

HSL color Cylindrical-coordinate representation of color #148D92: hue angle of 182.38º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148D92 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB20141146-
CMYK0.860.0300.43
HSL182.38º75.9%32.55%-
HSV(B)182.38º86.3%57.25%-
XYZ1521.2730.51-
YUV105.39150.9167.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.51%
GREEN value IS 141 (55.47% from 255) = 45.93%
BLUE value IS 146 (57.42% from 255) = 47.56%
R=6.51%
G=45.93%
B=47.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal201411460.860.0300.43182.3875.932.55
Hex148D9256302Bb64c21
Octal24215222126305326611441
Binary1010010001101100100101010110110101011101101101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148D92; }

 p { color: rgb(20,141,146); }

 H1.HeaderClassName
 {
   color: #148D92;
 }
 .AnyTagClassName
 {
   color: #148D92;
 }
</style>
background-color css

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

 a { background-color: rgb(20,141,146); }

 div.DivClassName
 {
   background-color: #148D92;
 }
 .BgClassName
 {
   background-color: #148D92;
 }
</style>
border-color css

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

 span { border-color: rgb(20,141,146); }

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