Html Css Color HEX #149082 Dark Cyan

📋 copy color: '#149082'

red 20 ◦ green 144 ◦ blue 130

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

Shades of Dark Cyan #149082

Tints of Dark Cyan #149082

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.98%

 BLUE value IS 130 (51.17% from 255) = 44.22%

R = 6.8%
G = 48.98%
B = 44.22%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#149082 (or 0x149082) is known color: Dark Cyan. HEX triplet: 14, 90 and 82. RGB value is (20,144,130). Sum of RGB (Red+Green+Blue) = 20+144+130=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #149082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149082 is #EB6F7D. Grayscale: #696969. Windows color (decimal): -15429502 or 8556564. OLE color: 8556564.

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

Color convert

RGB 20 144 130 -
CMYK 0.86 0 0.10 0.44
HSL 173.23º 0.76% 0.32% -
HSV(B) 173.23º 0.86% 0.56% -
XYZ 14.29 21.71 24.56 -
YUV 105.33 141.92 67.14 -
System Red Green Blue C M Y K H S L
Decimal 20 144 130 0.86 0 0.10 0.44 173.23 0.76 0.32
Hex 14 90 82 56 0 A 2C AD 4C 20
Octal 24 220 202 126 0 12 54 255 114 40
Binary 10100 10010000 10000010 1010110 0 1010 101100 10101101 1001100 100000

Color Harmonies of #149082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149082

Black with #149082

Text Example


Text Example

White with #149082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149082; }

 p { color: rgb(20,144,130); }

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

background-color css

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

 a { background-color: rgb(20,144,130); }

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

border-color css

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

 span { border-color: rgb(20,144,130); }

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