#148C95

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

Shades of Java #148C95

Tints of Java #148C95

Color information

#148C95 (or 0x148C95) is unknown color: approx Java. HEX triplet: 14, 8C and 95. RGB value is (20,140,149). Sum of RGB (Red+Green+Blue) = 20+140+149=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #148C95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148C95 is #EB736A. Grayscale: #686868. Windows color (decimal): -15430507 or 9800724. OLE color: 9800724.

HSL color Cylindrical-coordinate representation of color #148C95: hue angle of 184.19º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #148C95 is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB20140149-
CMYK0.870.0600.42
HSL184.19º76.33%33.14%-
HSV(B)184.19º86.58%58.43%-
XYZ15.0921.0731.71-
YUV105.15152.7467.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.47%
GREEN value IS 140 (55.08% from 255) = 45.31%
BLUE value IS 149 (58.59% from 255) = 48.22%
R=6.47%
G=45.31%
B=48.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201401490.870.0600.42184.1976.3333.14
Hex148C9557602Ab84c21
Octal24214225127605227011441
Binary10100100011001001010110101111100101010101110001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,140,149); }

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

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

 a { background-color: rgb(20,140,149); }

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

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

 span { border-color: rgb(20,140,149); }

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