Html Css Color HEX #058F96 Dark Cyan

📋 copy color: '#058F96'

red 5 ◦ green 143 ◦ blue 150

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

Shades of Dark Cyan #058F96

Tints of Dark Cyan #058F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 50.34%

R = 1.68%
G = 47.99%
B = 50.34%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#058F96 (or 0x058F96) is known color: Dark Cyan. HEX triplet: 05, 8F and 96. RGB value is (5,143,150). Sum of RGB (Red+Green+Blue) = 5+143+150=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 143 (56.25% from 255 or 47.99% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #058F96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058F96 is #FA7069. Grayscale: #666666. Windows color (decimal): -16412778 or 9867013. OLE color: 9867013.

HSL color Cylindrical-coordinate representation of color #058F96: hue angle of 182.9º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058F96 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 143 150 -
CMYK 0.97 0.05 0 0.41
HSL 182.9º 0.94% 0.3% -
HSV(B) 182.9º 0.97% 0.59% -
XYZ 15.39 21.88 32.27 -
YUV 102.54 154.78 58.43 -
System Red Green Blue C M Y K H S L
Decimal 5 143 150 0.97 0.05 0 0.41 182.9 0.94 0.3
Hex 5 8F 96 61 5 0 29 B7 5E 1E
Octal 5 217 226 141 5 0 51 267 136 36
Binary 101 10001111 10010110 1100001 101 0 101001 10110111 1011110 11110

Color Harmonies of #058F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F96

Black with #058F96

Text Example


Text Example

White with #058F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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