Html Css Color HEX #058D8A Dark Cyan

📋 copy color: '#058D8A'

red 5 ◦ green 141 ◦ blue 138

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

Shades of Dark Cyan #058D8A

Tints of Dark Cyan #058D8A

RGB

 RED value IS 5 (2.34% from 255) = 1.76%

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

 BLUE value IS 138 (54.3% from 255) = 48.59%

R = 1.76%
G = 49.65%
B = 48.59%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#058D8A (or 0x058D8A) is known color: Dark Cyan. HEX triplet: 05, 8D and 8A. RGB value is (5,141,138). Sum of RGB (Red+Green+Blue) = 5+141+138=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 141 (55.47% from 255 or 49.65% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 141 - color contains mainly: green. Hex color #058D8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058D8A is #FA7275. Grayscale: #636363. Windows color (decimal): -16413302 or 9080069. OLE color: 9080069.

HSL color Cylindrical-coordinate representation of color #058D8A: hue angle of 178.68º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058D8A is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 141 138 -
CMYK 0.96 0 0.02 0.45
HSL 178.68º 0.93% 0.29% -
HSV(B) 178.68º 0.96% 0.55% -
XYZ 14.17 20.92 27.34 -
YUV 99.99 149.44 60.24 -
System Red Green Blue C M Y K H S L
Decimal 5 141 138 0.96 0 0.02 0.45 178.68 0.93 0.29
Hex 5 8D 8A 60 0 2 2D B3 5D 1D
Octal 5 215 212 140 0 2 55 263 135 35
Binary 101 10001101 10001010 1100000 0 10 101101 10110011 1011101 11101

Color Harmonies of #058D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D8A

Black with #058D8A

Text Example


Text Example

White with #058D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058D8A; }

 p { color: rgb(5,141,138); }

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

background-color css

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

 a { background-color: rgb(5,141,138); }

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

border-color css

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

 span { border-color: rgb(5,141,138); }

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