Html Css Color HEX #149080 Dark Cyan

📋 copy color: '#149080'

red 20 ◦ green 144 ◦ blue 128

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

Shades of Dark Cyan #149080

Tints of Dark Cyan #149080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.32%

 BLUE value IS 128 (50.39% from 255) = 43.84%

R = 6.85%
G = 49.32%
B = 43.84%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#149080 (or 0x149080) is known color: Dark Cyan. HEX triplet: 14, 90 and 80. RGB value is (20,144,128). Sum of RGB (Red+Green+Blue) = 20+144+128=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #149080 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149080 is #EB6F7F. Grayscale: #696969. Windows color (decimal): -15429504 or 8425492. OLE color: 8425492.

HSL color Cylindrical-coordinate representation of color #149080: hue angle of 172.26º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149080 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 144 128 -
CMYK 0.86 0 0.11 0.44
HSL 172.26º 0.76% 0.32% -
HSV(B) 172.26º 0.86% 0.56% -
XYZ 14.16 21.65 23.86 -
YUV 105.1 140.92 67.3 -
System Red Green Blue C M Y K H S L
Decimal 20 144 128 0.86 0 0.11 0.44 172.26 0.76 0.32
Hex 14 90 80 56 0 B 2C AC 4C 20
Octal 24 220 200 126 0 13 54 254 114 40
Binary 10100 10010000 10000000 1010110 0 1011 101100 10101100 1001100 100000

Color Harmonies of #149080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149080

Black with #149080

Text Example


Text Example

White with #149080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149080; }

 p { color: rgb(20,144,128); }

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

background-color css

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

 a { background-color: rgb(20,144,128); }

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

border-color css

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

 span { border-color: rgb(20,144,128); }

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