Html Css Color HEX #018D80 Dark Cyan

📋 copy color: '#018D80'

red 1 ◦ green 141 ◦ blue 128

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

Shades of Dark Cyan #018D80

Tints of Dark Cyan #018D80

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

 GREEN value IS 141 (55.47% from 255) = 52.22%

 BLUE value IS 128 (50.39% from 255) = 47.41%

R = 0.37%
G = 52.22%
B = 47.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#018D80 (or 0x018D80) is known color: Dark Cyan. HEX triplet: 01, 8D and 80. RGB value is (1,141,128). Sum of RGB (Red+Green+Blue) = 1+141+128=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 141 (55.47% from 255 or 52.22% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 141 - color contains mainly: green. Hex color #018D80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018D80 is #FE727F. Grayscale: #616161. Windows color (decimal): -16675456 or 8424705. OLE color: 8424705.

HSL color Cylindrical-coordinate representation of color #018D80: hue angle of 174.43º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018D80 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 141 128 -
CMYK 0.99 0 0.09 0.45
HSL 174.43º 0.99% 0.28% -
HSV(B) 174.43º 0.99% 0.55% -
XYZ 13.43 20.61 23.69 -
YUV 97.66 145.12 59.06 -
System Red Green Blue C M Y K H S L
Decimal 1 141 128 0.99 0 0.09 0.45 174.43 0.99 0.28
Hex 1 8D 80 63 0 9 2D AE 63 1C
Octal 1 215 200 143 0 11 55 256 143 34
Binary 1 10001101 10000000 1100011 0 1001 101101 10101110 1100011 11100

Color Harmonies of #018D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018D80

Black with #018D80

Text Example


Text Example

White with #018D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018D80; }

 p { color: rgb(1,141,128); }

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

background-color css

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

 a { background-color: rgb(1,141,128); }

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

border-color css

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

 span { border-color: rgb(1,141,128); }

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