Html Css Color HEX #149584 Dark Cyan

📋 copy color: '#149584'

red 20 ◦ green 149 ◦ blue 132

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

Shades of Dark Cyan #149584

Tints of Dark Cyan #149584

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.5%

 BLUE value IS 132 (51.95% from 255) = 43.85%

R = 6.64%
G = 49.5%
B = 43.85%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#149584 (or 0x149584) is known color: Dark Cyan. HEX triplet: 14, 95 and 84. RGB value is (20,149,132). Sum of RGB (Red+Green+Blue) = 20+149+132=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #149584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149584 is #EB6A7B. Grayscale: #6C6C6C. Windows color (decimal): -15428220 or 8688916. OLE color: 8688916.

HSL color Cylindrical-coordinate representation of color #149584: hue angle of 172.09º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149584 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 149 132 -
CMYK 0.87 0 0.11 0.42
HSL 172.09º 0.76% 0.33% -
HSV(B) 172.09º 0.87% 0.58% -
XYZ 15.2 23.31 25.53 -
YUV 108.49 141.26 64.88 -
System Red Green Blue C M Y K H S L
Decimal 20 149 132 0.87 0 0.11 0.42 172.09 0.76 0.33
Hex 14 95 84 57 0 B 2A AC 4C 21
Octal 24 225 204 127 0 13 52 254 114 41
Binary 10100 10010101 10000100 1010111 0 1011 101010 10101100 1001100 100001

Color Harmonies of #149584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149584

Black with #149584

Text Example


Text Example

White with #149584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149584; }

 p { color: rgb(20,149,132); }

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

background-color css

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

 a { background-color: rgb(20,149,132); }

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

border-color css

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

 span { border-color: rgb(20,149,132); }

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