Html Css Color HEX #05918E Dark Cyan

📋 copy color: '#05918E'

red 5 ◦ green 145 ◦ blue 142

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

Shades of Dark Cyan #05918E

Tints of Dark Cyan #05918E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.66%

 BLUE value IS 142 (55.86% from 255) = 48.63%

R = 1.71%
G = 49.66%
B = 48.63%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.02

 K value IS 0.43

RGB Variations

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

Color information

#05918E (or 0x05918E) is known color: Dark Cyan. HEX triplet: 05, 91 and 8E. RGB value is (5,145,142). Sum of RGB (Red+Green+Blue) = 5+145+142=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 145 (57.03% from 255 or 49.66% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 145 - color contains mainly: green. Hex color #05918E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05918E is #FA6E71. Grayscale: #666666. Windows color (decimal): -16412274 or 9343237. OLE color: 9343237.

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

Color convert

RGB 5 145 142 -
CMYK 0.97 0 0.02 0.43
HSL 178.71º 0.93% 0.29% -
HSV(B) 178.71º 0.97% 0.57% -
XYZ 15.07 22.24 29.09 -
YUV 102.8 150.12 58.24 -
System Red Green Blue C M Y K H S L
Decimal 5 145 142 0.97 0 0.02 0.43 178.71 0.93 0.29
Hex 5 91 8E 61 0 2 2B B3 5D 1D
Octal 5 221 216 141 0 2 53 263 135 35
Binary 101 10010001 10001110 1100001 0 10 101011 10110011 1011101 11101

Color Harmonies of #05918E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05918E

Black with #05918E

Text Example


Text Example

White with #05918E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05918E; }

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

 H1.HeaderClassName
 {
   color: #05918E;
 }
 .AnyTagClassName
 {
   color: #05918E;
 }
</style>

background-color css

<style>
 a { background-color: #05918E; }

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

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

border-color css

<style>
 span { border-color: #05918E; }

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

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