Html Css Color HEX #058E96 Dark Cyan

📋 copy color: '#058E96'

red 5 ◦ green 142 ◦ blue 150

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

Shades of Dark Cyan #058E96

Tints of Dark Cyan #058E96

RGB

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

 GREEN value IS 142 (55.86% from 255) = 47.81%

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

R = 1.68%
G = 47.81%
B = 50.51%

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

#058E96 (or 0x058E96) is known color: Dark Cyan. HEX triplet: 05, 8E and 96. RGB value is (5,142,150). Sum of RGB (Red+Green+Blue) = 5+142+150=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #058E96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058E96 is #FA7169. Grayscale: #656565. Windows color (decimal): -16413034 or 9866757. OLE color: 9866757.

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

Color convert

RGB 5 142 150 -
CMYK 0.97 0.05 0 0.41
HSL 183.31º 0.94% 0.3% -
HSV(B) 183.31º 0.97% 0.59% -
XYZ 15.24 21.58 32.22 -
YUV 101.95 155.11 58.85 -
System Red Green Blue C M Y K H S L
Decimal 5 142 150 0.97 0.05 0 0.41 183.31 0.94 0.3
Hex 5 8E 96 61 5 0 29 B7 5E 1E
Octal 5 216 226 141 5 0 51 267 136 36
Binary 101 10001110 10010110 1100001 101 0 101001 10110111 1011110 11110

Color Harmonies of #058E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058E96

Black with #058E96

Text Example


Text Example

White with #058E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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