Html Css Color HEX #148D98 Java

📋 copy color: '#148D98'

red 20 ◦ green 141 ◦ blue 152

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

Shades of Java #148D98

Tints of Java #148D98

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.05%

 BLUE value IS 152 (59.77% from 255) = 48.56%

R = 6.39%
G = 45.05%
B = 48.56%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#148D98 (or 0x148D98) is known color: Java. HEX triplet: 14, 8D and 98. RGB value is (20,141,152). Sum of RGB (Red+Green+Blue) = 20+141+152=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #148D98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148D98 is #EB7267. Grayscale: #696969. Windows color (decimal): -15430248 or 9997588. OLE color: 9997588.

HSL color Cylindrical-coordinate representation of color #148D98: hue angle of 185º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #148D98 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 141 152 -
CMYK 0.87 0.07 0 0.40
HSL 185º 0.77% 0.34% -
HSV(B) 185º 0.87% 0.6% -
XYZ 15.48 21.47 33.03 -
YUV 106.08 153.91 66.61 -
System Red Green Blue C M Y K H S L
Decimal 20 141 152 0.87 0.07 0 0.40 185 0.77 0.34
Hex 14 8D 98 57 7 0 28 B9 4D 22
Octal 24 215 230 127 7 0 50 271 115 42
Binary 10100 10001101 10011000 1010111 111 0 101000 10111001 1001101 100010

Color Harmonies of #148D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148D98

Black with #148D98

Text Example


Text Example

White with #148D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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