Html Css Color HEX #058C8A Dark Cyan

📋 copy color: '#058C8A'

red 5 ◦ green 140 ◦ blue 138

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

Shades of Dark Cyan #058C8A

Tints of Dark Cyan #058C8A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 49.47%

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

R = 1.77%
G = 49.47%
B = 48.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#058C8A (or 0x058C8A) is known color: Dark Cyan. HEX triplet: 05, 8C and 8A. RGB value is (5,140,138). Sum of RGB (Red+Green+Blue) = 5+140+138=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 140 (55.08% from 255 or 49.47% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 140 - color contains mainly: green. Hex color #058C8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058C8A is #FA7375. Grayscale: #636363. Windows color (decimal): -16413558 or 9079813. OLE color: 9079813.

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

Color convert

RGB 5 140 138 -
CMYK 0.96 0 0.01 0.45
HSL 179.11º 0.93% 0.28% -
HSV(B) 179.11º 0.96% 0.55% -
XYZ 14.03 20.62 27.29 -
YUV 99.41 149.77 60.66 -
System Red Green Blue C M Y K H S L
Decimal 5 140 138 0.96 0 0.01 0.45 179.11 0.93 0.28
Hex 5 8C 8A 60 0 1 2D B3 5D 1C
Octal 5 214 212 140 0 1 55 263 135 34
Binary 101 10001100 10001010 1100000 0 1 101101 10110011 1011101 11100

Color Harmonies of #058C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058C8A

Black with #058C8A

Text Example


Text Example

White with #058C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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