Html Css Color HEX #149587 Dark Cyan

📋 copy color: '#149587'

red 20 ◦ green 149 ◦ blue 135

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

Shades of Dark Cyan #149587

Tints of Dark Cyan #149587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.41%

R = 6.58%
G = 49.01%
B = 44.41%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#149587 (or 0x149587) is known color: Dark Cyan. HEX triplet: 14, 95 and 87. RGB value is (20,149,135). Sum of RGB (Red+Green+Blue) = 20+149+135=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #149587 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149587 is #EB6A78. Grayscale: #6C6C6C. Windows color (decimal): -15428217 or 8885524. OLE color: 8885524.

HSL color Cylindrical-coordinate representation of color #149587: hue angle of 173.49º 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 #149587 is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 149 135 -
CMYK 0.87 0 0.09 0.42
HSL 173.49º 0.76% 0.33% -
HSV(B) 173.49º 0.87% 0.58% -
XYZ 15.41 23.39 26.62 -
YUV 108.83 142.76 64.64 -
System Red Green Blue C M Y K H S L
Decimal 20 149 135 0.87 0 0.09 0.42 173.49 0.76 0.33
Hex 14 95 87 57 0 9 2A AD 4C 21
Octal 24 225 207 127 0 11 52 255 114 41
Binary 10100 10010101 10000111 1010111 0 1001 101010 10101101 1001100 100001

Color Harmonies of #149587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149587

Black with #149587

Text Example


Text Example

White with #149587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149587; }

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

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

background-color css

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

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

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

border-color css

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

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

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