Html Css Color HEX #149493 Java

📋 copy color: '#149493'

red 20 ◦ green 148 ◦ blue 147

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

Shades of Java #149493

Tints of Java #149493

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.98%

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

R = 6.35%
G = 46.98%
B = 46.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#149493 (or 0x149493) is known color: Java. HEX triplet: 14, 94 and 93. RGB value is (20,148,147). Sum of RGB (Red+Green+Blue) = 20+148+147=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #149493 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149493 is #EB6B6C. Grayscale: #6D6D6D. Windows color (decimal): -15428461 or 9671700. OLE color: 9671700.

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

Color convert

RGB 20 148 147 -
CMYK 0.86 0 0.01 0.42
HSL 179.53º 0.76% 0.33% -
HSV(B) 179.53º 0.86% 0.58% -
XYZ 16.14 23.44 31.28 -
YUV 109.61 149.09 64.08 -
System Red Green Blue C M Y K H S L
Decimal 20 148 147 0.86 0 0.01 0.42 179.53 0.76 0.33
Hex 14 94 93 56 0 1 2A B4 4C 21
Octal 24 224 223 126 0 1 52 264 114 41
Binary 10100 10010100 10010011 1010110 0 1 101010 10110100 1001100 100001

Color Harmonies of #149493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149493

Black with #149493

Text Example


Text Example

White with #149493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149493; }

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

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

background-color css

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

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

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

border-color css

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

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

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