Html Css Color HEX #148C97 Java

📋 copy color: '#148C97'

red 20 ◦ green 140 ◦ blue 151

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

Shades of Java #148C97

Tints of Java #148C97

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.02%

 BLUE value IS 151 (59.38% from 255) = 48.55%

R = 6.43%
G = 45.02%
B = 48.55%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#148C97 (or 0x148C97) is known color: Java. HEX triplet: 14, 8C and 97. RGB value is (20,140,151). Sum of RGB (Red+Green+Blue) = 20+140+151=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 151 - color contains mainly: blue. Hex color #148C97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148C97 is #EB7368. Grayscale: #696969. Windows color (decimal): -15430505 or 9931796. OLE color: 9931796.

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

Color convert

RGB 20 140 151 -
CMYK 0.87 0.07 0 0.41
HSL 185.04º 0.77% 0.34% -
HSV(B) 185.04º 0.87% 0.59% -
XYZ 15.25 21.14 32.55 -
YUV 105.37 153.74 67.11 -
System Red Green Blue C M Y K H S L
Decimal 20 140 151 0.87 0.07 0 0.41 185.04 0.77 0.34
Hex 14 8C 97 57 7 0 29 B9 4D 22
Octal 24 214 227 127 7 0 51 271 115 42
Binary 10100 10001100 10010111 1010111 111 0 101001 10111001 1001101 100010

Color Harmonies of #148C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148C97

Black with #148C97

Text Example


Text Example

White with #148C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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