Html Css Color HEX #05938B Dark Cyan

📋 copy color: '#05938B'

red 5 ◦ green 147 ◦ blue 139

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

Shades of Dark Cyan #05938B

Tints of Dark Cyan #05938B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.52%

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

R = 1.72%
G = 50.52%
B = 47.77%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#05938B (or 0x05938B) is known color: Dark Cyan. HEX triplet: 05, 93 and 8B. RGB value is (5,147,139). Sum of RGB (Red+Green+Blue) = 5+147+139=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #05938B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05938B is #FA6C74. Grayscale: #676767. Windows color (decimal): -16411765 or 9147141. OLE color: 9147141.

HSL color Cylindrical-coordinate representation of color #05938B: hue angle of 176.62º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05938B is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 147 139 -
CMYK 0.97 0 0.05 0.42
HSL 176.62º 0.93% 0.3% -
HSV(B) 176.62º 0.97% 0.58% -
XYZ 15.16 22.76 28.02 -
YUV 103.63 147.96 57.65 -
System Red Green Blue C M Y K H S L
Decimal 5 147 139 0.97 0 0.05 0.42 176.62 0.93 0.3
Hex 5 93 8B 61 0 5 2A B1 5D 1E
Octal 5 223 213 141 0 5 52 261 135 36
Binary 101 10010011 10001011 1100001 0 101 101010 10110001 1011101 11110

Color Harmonies of #05938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05938B

Black with #05938B

Text Example


Text Example

White with #05938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05938B; }

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

 H1.HeaderClassName
 {
   color: #05938B;
 }
 .AnyTagClassName
 {
   color: #05938B;
 }
</style>

background-color css

<style>
 a { background-color: #05938B; }

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

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

border-color css

<style>
 span { border-color: #05938B; }

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

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