Html Css Color HEX #058F8C Dark Cyan

📋 copy color: '#058F8C'

red 5 ◦ green 143 ◦ blue 140

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

Shades of Dark Cyan #058F8C

Tints of Dark Cyan #058F8C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 49.65%

 BLUE value IS 140 (55.08% from 255) = 48.61%

R = 1.74%
G = 49.65%
B = 48.61%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#058F8C (or 0x058F8C) is known color: Dark Cyan. HEX triplet: 05, 8F and 8C. RGB value is (5,143,140). Sum of RGB (Red+Green+Blue) = 5+143+140=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 143 (56.25% from 255 or 49.65% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 143 - color contains mainly: green. Hex color #058F8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058F8C is #FA7073. Grayscale: #656565. Windows color (decimal): -16412788 or 9211653. OLE color: 9211653.

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

Color convert

RGB 5 143 140 -
CMYK 0.97 0 0.02 0.44
HSL 178.7º 0.93% 0.29% -
HSV(B) 178.7º 0.97% 0.56% -
XYZ 14.62 21.57 28.2 -
YUV 101.4 149.78 59.24 -
System Red Green Blue C M Y K H S L
Decimal 5 143 140 0.97 0 0.02 0.44 178.7 0.93 0.29
Hex 5 8F 8C 61 0 2 2C B3 5D 1D
Octal 5 217 214 141 0 2 54 263 135 35
Binary 101 10001111 10001100 1100001 0 10 101100 10110011 1011101 11101

Color Harmonies of #058F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F8C

Black with #058F8C

Text Example


Text Example

White with #058F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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