Html Css Color HEX #058F8B Dark Cyan

📋 copy color: '#058F8B'

red 5 ◦ green 143 ◦ blue 139

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

Shades of Dark Cyan #058F8B

Tints of Dark Cyan #058F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.43%

R = 1.74%
G = 49.83%
B = 48.43%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#058F8B (or 0x058F8B) is known color: Dark Cyan. HEX triplet: 05, 8F and 8B. RGB value is (5,143,139). Sum of RGB (Red+Green+Blue) = 5+143+139=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 143 (56.25% from 255 or 49.83% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 143 - color contains mainly: green. Hex color #058F8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058F8B is #FA7074. Grayscale: #656565. Windows color (decimal): -16412789 or 9146117. OLE color: 9146117.

HSL color Cylindrical-coordinate representation of color #058F8B: hue angle of 178.26º 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 #058F8B is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 143 139 -
CMYK 0.97 0 0.03 0.44
HSL 178.26º 0.93% 0.29% -
HSV(B) 178.26º 0.97% 0.56% -
XYZ 14.55 21.54 27.82 -
YUV 101.28 149.28 59.33 -
System Red Green Blue C M Y K H S L
Decimal 5 143 139 0.97 0 0.03 0.44 178.26 0.93 0.29
Hex 5 8F 8B 61 0 3 2C B2 5D 1D
Octal 5 217 213 141 0 3 54 262 135 35
Binary 101 10001111 10001011 1100001 0 11 101100 10110010 1011101 11101

Color Harmonies of #058F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F8B

Black with #058F8B

Text Example


Text Example

White with #058F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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