Html Css Color HEX #05918A Dark Cyan

📋 copy color: '#05918A'

red 5 ◦ green 145 ◦ blue 138

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

Shades of Dark Cyan #05918A

Tints of Dark Cyan #05918A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 47.92%

R = 1.74%
G = 50.35%
B = 47.92%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#05918A (or 0x05918A) is known color: Dark Cyan. HEX triplet: 05, 91 and 8A. RGB value is (5,145,138). Sum of RGB (Red+Green+Blue) = 5+145+138=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 145 (57.03% from 255 or 50.35% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 145 - color contains mainly: green. Hex color #05918A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05918A is #FA6E75. Grayscale: #666666. Windows color (decimal): -16412278 or 9081093. OLE color: 9081093.

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

Color convert

RGB 5 145 138 -
CMYK 0.97 0 0.05 0.43
HSL 177º 0.93% 0.29% -
HSV(B) 177º 0.97% 0.57% -
XYZ 14.78 22.12 27.54 -
YUV 102.34 148.12 58.57 -
System Red Green Blue C M Y K H S L
Decimal 5 145 138 0.97 0 0.05 0.43 177 0.93 0.29
Hex 5 91 8A 61 0 5 2B B1 5D 1D
Octal 5 221 212 141 0 5 53 261 135 35
Binary 101 10010001 10001010 1100001 0 101 101011 10110001 1011101 11101

Color Harmonies of #05918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05918A

Black with #05918A

Text Example


Text Example

White with #05918A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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