Html Css Color HEX #148D93 Java

📋 copy color: '#148D93'

red 20 ◦ green 141 ◦ blue 147

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

Shades of Java #148D93

Tints of Java #148D93

RGB

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

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

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

R = 6.49%
G = 45.78%
B = 47.73%

CMYK

 C value IS 0.86

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#148D93 (or 0x148D93) is known color: Java. HEX triplet: 14, 8D and 93. RGB value is (20,141,147). Sum of RGB (Red+Green+Blue) = 20+141+147=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #148D93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148D93 is #EB726C. Grayscale: #696969. Windows color (decimal): -15430253 or 9669908. OLE color: 9669908.

HSL color Cylindrical-coordinate representation of color #148D93: hue angle of 182.83º 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 #148D93 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 141 147 -
CMYK 0.86 0.04 0 0.42
HSL 182.83º 0.76% 0.33% -
HSV(B) 182.83º 0.86% 0.58% -
XYZ 15.08 21.31 30.92 -
YUV 105.51 151.41 67.01 -
System Red Green Blue C M Y K H S L
Decimal 20 141 147 0.86 0.04 0 0.42 182.83 0.76 0.33
Hex 14 8D 93 56 4 0 2A B7 4C 21
Octal 24 215 223 126 4 0 52 267 114 41
Binary 10100 10001101 10010011 1010110 100 0 101010 10110111 1001100 100001

Color Harmonies of #148D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148D93

Black with #148D93

Text Example


Text Example

White with #148D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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