Html Css Color HEX #149289 Dark Cyan

📋 copy color: '#149289'

red 20 ◦ green 146 ◦ blue 137

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

Shades of Dark Cyan #149289

Tints of Dark Cyan #149289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.18%

 BLUE value IS 137 (53.91% from 255) = 45.21%

R = 6.6%
G = 48.18%
B = 45.21%

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

#149289 (or 0x149289) is known color: Dark Cyan. HEX triplet: 14, 92 and 89. RGB value is (20,146,137). Sum of RGB (Red+Green+Blue) = 20+146+137=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #149289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149289 is #EB6D76. Grayscale: #6B6B6B. Windows color (decimal): -15428983 or 9015828. OLE color: 9015828.

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

Color convert

RGB 20 146 137 -
CMYK 0.86 0 0.06 0.43
HSL 175.71º 0.76% 0.33% -
HSV(B) 175.71º 0.86% 0.57% -
XYZ 15.08 22.51 27.22 -
YUV 107.3 144.76 65.73 -
System Red Green Blue C M Y K H S L
Decimal 20 146 137 0.86 0 0.06 0.43 175.71 0.76 0.33
Hex 14 92 89 56 0 6 2B B0 4C 21
Octal 24 222 211 126 0 6 53 260 114 41
Binary 10100 10010010 10001001 1010110 0 110 101011 10110000 1001100 100001

Color Harmonies of #149289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149289

Black with #149289

Text Example


Text Example

White with #149289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149289; }

 p { color: rgb(20,146,137); }

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

background-color css

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

 a { background-color: rgb(20,146,137); }

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

border-color css

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

 span { border-color: rgb(20,146,137); }

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