Html Css Color HEX #149089 Dark Cyan

📋 copy color: '#149089'

red 20 ◦ green 144 ◦ blue 137

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

Shades of Dark Cyan #149089

Tints of Dark Cyan #149089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.51%

R = 6.64%
G = 47.84%
B = 45.51%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#149089 (or 0x149089) is known color: Dark Cyan. HEX triplet: 14, 90 and 89. RGB value is (20,144,137). Sum of RGB (Red+Green+Blue) = 20+144+137=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #149089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149089 is #EB6F76. Grayscale: #6A6A6A. Windows color (decimal): -15429495 or 9015316. OLE color: 9015316.

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

Color convert

RGB 20 144 137 -
CMYK 0.86 0 0.05 0.44
HSL 176.61º 0.76% 0.32% -
HSV(B) 176.61º 0.86% 0.56% -
XYZ 14.78 21.9 27.12 -
YUV 106.13 145.42 66.57 -
System Red Green Blue C M Y K H S L
Decimal 20 144 137 0.86 0 0.05 0.44 176.61 0.76 0.32
Hex 14 90 89 56 0 5 2C B1 4C 20
Octal 24 220 211 126 0 5 54 261 114 40
Binary 10100 10010000 10001001 1010110 0 101 101100 10110001 1001100 100000

Color Harmonies of #149089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149089

Black with #149089

Text Example


Text Example

White with #149089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149089; }

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

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

background-color css

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

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

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

border-color css

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

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

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