Html Css Color HEX #149188 Dark Cyan

📋 copy color: '#149188'

red 20 ◦ green 145 ◦ blue 136

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

Shades of Dark Cyan #149188

Tints of Dark Cyan #149188

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.17%

 BLUE value IS 136 (53.52% from 255) = 45.18%

R = 6.64%
G = 48.17%
B = 45.18%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#149188 (or 0x149188) is known color: Dark Cyan. HEX triplet: 14, 91 and 88. RGB value is (20,145,136). Sum of RGB (Red+Green+Blue) = 20+145+136=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #149188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149188 is #EB6E77. Grayscale: #6A6A6A. Windows color (decimal): -15429240 or 8950036. OLE color: 8950036.

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

Color convert

RGB 20 145 136 -
CMYK 0.86 0 0.06 0.43
HSL 175.68º 0.76% 0.32% -
HSV(B) 175.68º 0.86% 0.57% -
XYZ 14.86 22.18 26.79 -
YUV 106.6 144.59 66.23 -
System Red Green Blue C M Y K H S L
Decimal 20 145 136 0.86 0 0.06 0.43 175.68 0.76 0.32
Hex 14 91 88 56 0 6 2B B0 4C 20
Octal 24 221 210 126 0 6 53 260 114 40
Binary 10100 10010001 10001000 1010110 0 110 101011 10110000 1001100 100000

Color Harmonies of #149188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149188

Black with #149188

Text Example


Text Example

White with #149188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149188; }

 p { color: rgb(20,145,136); }

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

background-color css

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

 a { background-color: rgb(20,145,136); }

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

border-color css

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

 span { border-color: rgb(20,145,136); }

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