Html Css Color HEX #148B93 Java

📋 copy color: '#148B93'

red 20 ◦ green 139 ◦ blue 147

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

Shades of Java #148B93

Tints of Java #148B93

RGB

 RED value IS 20 (8.2% from 255) = 6.54%

 GREEN value IS 139 (54.69% from 255) = 45.42%

 BLUE value IS 147 (57.81% from 255) = 48.04%

R = 6.54%
G = 45.42%
B = 48.04%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#148B93 (or 0x148B93) is known color: Java. HEX triplet: 14, 8B and 93. RGB value is (20,139,147). Sum of RGB (Red+Green+Blue) = 20+139+147=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #148B93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148B93 is #EB746C. Grayscale: #686868. Windows color (decimal): -15430765 or 9669396. OLE color: 9669396.

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

Color convert

RGB 20 139 147 -
CMYK 0.86 0.05 0 0.42
HSL 183.78º 0.76% 0.33% -
HSV(B) 183.78º 0.86% 0.58% -
XYZ 14.79 20.72 30.82 -
YUV 104.33 152.08 67.85 -
System Red Green Blue C M Y K H S L
Decimal 20 139 147 0.86 0.05 0 0.42 183.78 0.76 0.33
Hex 14 8B 93 56 5 0 2A B8 4C 21
Octal 24 213 223 126 5 0 52 270 114 41
Binary 10100 10001011 10010011 1010110 101 0 101010 10111000 1001100 100001

Color Harmonies of #148B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148B93

Black with #148B93

Text Example


Text Example

White with #148B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,139,147); }

 H1.HeaderClassName
 {
   color: #148B93;
 }
 .AnyTagClassName
 {
   color: #148B93;
 }
</style>

background-color css

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

 a { background-color: rgb(20,139,147); }

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

border-color css

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

 span { border-color: rgb(20,139,147); }

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