Html Css Color HEX #149081 Dark Cyan

📋 copy color: '#149081'

red 20 ◦ green 144 ◦ blue 129

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

Shades of Dark Cyan #149081

Tints of Dark Cyan #149081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.03%

R = 6.83%
G = 49.15%
B = 44.03%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#149081 (or 0x149081) is known color: Dark Cyan. HEX triplet: 14, 90 and 81. RGB value is (20,144,129). Sum of RGB (Red+Green+Blue) = 20+144+129=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #149081 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149081 is #EB6F7E. Grayscale: #696969. Windows color (decimal): -15429503 or 8491028. OLE color: 8491028.

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

Color convert

RGB 20 144 129 -
CMYK 0.86 0 0.10 0.44
HSL 172.74º 0.76% 0.32% -
HSV(B) 172.74º 0.86% 0.56% -
XYZ 14.22 21.68 24.2 -
YUV 105.21 141.42 67.22 -
System Red Green Blue C M Y K H S L
Decimal 20 144 129 0.86 0 0.10 0.44 172.74 0.76 0.32
Hex 14 90 81 56 0 A 2C AD 4C 20
Octal 24 220 201 126 0 12 54 255 114 40
Binary 10100 10010000 10000001 1010110 0 1010 101100 10101101 1001100 100000

Color Harmonies of #149081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149081

Black with #149081

Text Example


Text Example

White with #149081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149081; }

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

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

background-color css

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

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

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

border-color css

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

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

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