Html Css Color HEX #149388 Dark Cyan

📋 copy color: '#149388'

red 20 ◦ green 147 ◦ blue 136

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

Shades of Dark Cyan #149388

Tints of Dark Cyan #149388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.51%

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

R = 6.6%
G = 48.51%
B = 44.88%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#149388 (or 0x149388) is known color: Dark Cyan. HEX triplet: 14, 93 and 88. RGB value is (20,147,136). Sum of RGB (Red+Green+Blue) = 20+147+136=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #149388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149388 is #EB6C77. Grayscale: #6B6B6B. Windows color (decimal): -15428728 or 8950548. OLE color: 8950548.

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

Color convert

RGB 20 147 136 -
CMYK 0.86 0 0.07 0.42
HSL 174.8º 0.76% 0.33% -
HSV(B) 174.8º 0.86% 0.58% -
XYZ 15.17 22.79 26.89 -
YUV 107.77 143.92 65.39 -
System Red Green Blue C M Y K H S L
Decimal 20 147 136 0.86 0 0.07 0.42 174.8 0.76 0.33
Hex 14 93 88 56 0 7 2A AF 4C 21
Octal 24 223 210 126 0 7 52 257 114 41
Binary 10100 10010011 10001000 1010110 0 111 101010 10101111 1001100 100001

Color Harmonies of #149388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149388

Black with #149388

Text Example


Text Example

White with #149388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149388; }

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

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

background-color css

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

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

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

border-color css

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

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

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