Html Css Color HEX #149486 Dark Cyan

📋 copy color: '#149486'

red 20 ◦ green 148 ◦ blue 134

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

Shades of Dark Cyan #149486

Tints of Dark Cyan #149486

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.01%

 BLUE value IS 134 (52.73% from 255) = 44.37%

R = 6.62%
G = 49.01%
B = 44.37%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#149486 (or 0x149486) is known color: Dark Cyan. HEX triplet: 14, 94 and 86. RGB value is (20,148,134). Sum of RGB (Red+Green+Blue) = 20+148+134=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #149486 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149486 is #EB6B79. Grayscale: #6C6C6C. Windows color (decimal): -15428474 or 8819732. OLE color: 8819732.

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

Color convert

RGB 20 148 134 -
CMYK 0.86 0 0.09 0.42
HSL 173.44º 0.76% 0.33% -
HSV(B) 173.44º 0.86% 0.58% -
XYZ 15.18 23.05 26.2 -
YUV 108.13 142.59 65.14 -
System Red Green Blue C M Y K H S L
Decimal 20 148 134 0.86 0 0.09 0.42 173.44 0.76 0.33
Hex 14 94 86 56 0 9 2A AD 4C 21
Octal 24 224 206 126 0 11 52 255 114 41
Binary 10100 10010100 10000110 1010110 0 1001 101010 10101101 1001100 100001

Color Harmonies of #149486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149486

Black with #149486

Text Example


Text Example

White with #149486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149486; }

 p { color: rgb(20,148,134); }

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

background-color css

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

 a { background-color: rgb(20,148,134); }

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

border-color css

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

 span { border-color: rgb(20,148,134); }

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