Html Css Color HEX #149C8C Java

📋 copy color: '#149C8C'

red 20 ◦ green 156 ◦ blue 140

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

Shades of Java #149C8C

Tints of Java #149C8C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 49.37%

 BLUE value IS 140 (55.08% from 255) = 44.3%

R = 6.33%
G = 49.37%
B = 44.3%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#149C8C (or 0x149C8C) is known color: Java. HEX triplet: 14, 9C and 8C. RGB value is (20,156,140). Sum of RGB (Red+Green+Blue) = 20+156+140=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 156 (61.33% from 255 or 49.37% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 156 - color contains mainly: green. Hex color #149C8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149C8C is #EB6373. Grayscale: #717171. Windows color (decimal): -15426420 or 9214996. OLE color: 9214996.

HSL color Cylindrical-coordinate representation of color #149C8C: hue angle of 172.94º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149C8C is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 156 140 -
CMYK 0.87 0 0.10 0.39
HSL 172.94º 0.77% 0.35% -
HSV(B) 172.94º 0.87% 0.61% -
XYZ 16.91 25.82 28.9 -
YUV 113.51 142.94 61.3 -
System Red Green Blue C M Y K H S L
Decimal 20 156 140 0.87 0 0.10 0.39 172.94 0.77 0.35
Hex 14 9C 8C 57 0 A 27 AD 4D 23
Octal 24 234 214 127 0 12 47 255 115 43
Binary 10100 10011100 10001100 1010111 0 1010 100111 10101101 1001101 100011

Color Harmonies of #149C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149C8C

Black with #149C8C

Text Example


Text Example

White with #149C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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