Html Css Color HEX #149385 Dark Cyan

📋 copy color: '#149385'

red 20 ◦ green 147 ◦ blue 133

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

Shades of Dark Cyan #149385

Tints of Dark Cyan #149385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.33%

R = 6.67%
G = 49%
B = 44.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#149385 (or 0x149385) is known color: Dark Cyan. HEX triplet: 14, 93 and 85. RGB value is (20,147,133). Sum of RGB (Red+Green+Blue) = 20+147+133=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #149385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149385 is #EB6C7A. Grayscale: #6B6B6B. Windows color (decimal): -15428731 or 8753940. OLE color: 8753940.

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

Color convert

RGB 20 147 133 -
CMYK 0.86 0 0.10 0.42
HSL 173.39º 0.76% 0.33% -
HSV(B) 173.39º 0.86% 0.58% -
XYZ 14.96 22.71 25.79 -
YUV 107.43 142.42 65.64 -
System Red Green Blue C M Y K H S L
Decimal 20 147 133 0.86 0 0.10 0.42 173.39 0.76 0.33
Hex 14 93 85 56 0 A 2A AD 4C 21
Octal 24 223 205 126 0 12 52 255 114 41
Binary 10100 10010011 10000101 1010110 0 1010 101010 10101101 1001100 100001

Color Harmonies of #149385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149385

Black with #149385

Text Example


Text Example

White with #149385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149385; }

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

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

background-color css

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

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

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

border-color css

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

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

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