Html Css Color HEX #149583 Dark Cyan

📋 copy color: '#149583'

red 20 ◦ green 149 ◦ blue 131

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

Shades of Dark Cyan #149583

Tints of Dark Cyan #149583

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.67%

 BLUE value IS 131 (51.56% from 255) = 43.67%

R = 6.67%
G = 49.67%
B = 43.67%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#149583 (or 0x149583) is known color: Dark Cyan. HEX triplet: 14, 95 and 83. RGB value is (20,149,131). Sum of RGB (Red+Green+Blue) = 20+149+131=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #149583 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149583 is #EB6A7C. Grayscale: #6C6C6C. Windows color (decimal): -15428221 or 8623380. OLE color: 8623380.

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

Color convert

RGB 20 149 131 -
CMYK 0.87 0 0.12 0.42
HSL 171.63º 0.76% 0.33% -
HSV(B) 171.63º 0.87% 0.58% -
XYZ 15.13 23.28 25.17 -
YUV 108.38 140.76 64.96 -
System Red Green Blue C M Y K H S L
Decimal 20 149 131 0.87 0 0.12 0.42 171.63 0.76 0.33
Hex 14 95 83 57 0 C 2A AC 4C 21
Octal 24 225 203 127 0 14 52 254 114 41
Binary 10100 10010101 10000011 1010111 0 1100 101010 10101100 1001100 100001

Color Harmonies of #149583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149583

Black with #149583

Text Example


Text Example

White with #149583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149583; }

 p { color: rgb(20,149,131); }

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

background-color css

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

 a { background-color: rgb(20,149,131); }

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

border-color css

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

 span { border-color: rgb(20,149,131); }

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