Html Css Color HEX #149482 Dark Cyan

📋 copy color: '#149482'

red 20 ◦ green 148 ◦ blue 130

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

Shades of Dark Cyan #149482

Tints of Dark Cyan #149482

RGB

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

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

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

R = 6.71%
G = 49.66%
B = 43.62%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#149482 (or 0x149482) is known color: Dark Cyan. HEX triplet: 14, 94 and 82. RGB value is (20,148,130). Sum of RGB (Red+Green+Blue) = 20+148+130=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #149482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149482 is #EB6B7D. Grayscale: #6B6B6B. Windows color (decimal): -15428478 or 8557588. OLE color: 8557588.

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

Color convert

RGB 20 148 130 -
CMYK 0.86 0 0.12 0.42
HSL 171.56º 0.76% 0.33% -
HSV(B) 171.56º 0.86% 0.58% -
XYZ 14.91 22.94 24.76 -
YUV 107.68 140.59 65.46 -
System Red Green Blue C M Y K H S L
Decimal 20 148 130 0.86 0 0.12 0.42 171.56 0.76 0.33
Hex 14 94 82 56 0 C 2A AC 4C 21
Octal 24 224 202 126 0 14 52 254 114 41
Binary 10100 10010100 10000010 1010110 0 1100 101010 10101100 1001100 100001

Color Harmonies of #149482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149482

Black with #149482

Text Example


Text Example

White with #149482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149482; }

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

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

background-color css

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

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

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

border-color css

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

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

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