Html Css Color HEX #149281 Dark Cyan

📋 copy color: '#149281'

red 20 ◦ green 146 ◦ blue 129

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

Shades of Dark Cyan #149281

Tints of Dark Cyan #149281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.73%

R = 6.78%
G = 49.49%
B = 43.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#149281 (or 0x149281) is known color: Dark Cyan. HEX triplet: 14, 92 and 81. RGB value is (20,146,129). Sum of RGB (Red+Green+Blue) = 20+146+129=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #149281 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149281 is #EB6D7E. Grayscale: #6A6A6A. Windows color (decimal): -15428991 or 8491540. OLE color: 8491540.

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

Color convert

RGB 20 146 129 -
CMYK 0.86 0 0.12 0.43
HSL 171.9º 0.76% 0.33% -
HSV(B) 171.9º 0.86% 0.57% -
XYZ 14.53 22.29 24.31 -
YUV 106.39 140.76 66.38 -
System Red Green Blue C M Y K H S L
Decimal 20 146 129 0.86 0 0.12 0.43 171.9 0.76 0.33
Hex 14 92 81 56 0 C 2B AC 4C 21
Octal 24 222 201 126 0 14 53 254 114 41
Binary 10100 10010010 10000001 1010110 0 1100 101011 10101100 1001100 100001

Color Harmonies of #149281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149281

Black with #149281

Text Example


Text Example

White with #149281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149281; }

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

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

background-color css

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

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

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

border-color css

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

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

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