Html Css Color HEX #05938E Dark Cyan

📋 copy color: '#05938E'

red 5 ◦ green 147 ◦ blue 142

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

Shades of Dark Cyan #05938E

Tints of Dark Cyan #05938E

RGB

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

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

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

R = 1.7%
G = 50%
B = 48.3%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#05938E (or 0x05938E) is known color: Dark Cyan. HEX triplet: 05, 93 and 8E. RGB value is (5,147,142). Sum of RGB (Red+Green+Blue) = 5+147+142=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 147 (57.81% from 255 or 50% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 147 - color contains mainly: green. Hex color #05938E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05938E is #FA6C71. Grayscale: #676767. Windows color (decimal): -16411762 or 9343749. OLE color: 9343749.

HSL color Cylindrical-coordinate representation of color #05938E: hue angle of 177.89º 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 #05938E is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 147 142 -
CMYK 0.97 0 0.03 0.42
HSL 177.89º 0.93% 0.3% -
HSV(B) 177.89º 0.97% 0.58% -
XYZ 15.38 22.85 29.19 -
YUV 103.97 149.46 57.41 -
System Red Green Blue C M Y K H S L
Decimal 5 147 142 0.97 0 0.03 0.42 177.89 0.93 0.3
Hex 5 93 8E 61 0 3 2A B2 5D 1E
Octal 5 223 216 141 0 3 52 262 135 36
Binary 101 10010011 10001110 1100001 0 11 101010 10110010 1011101 11110

Color Harmonies of #05938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05938E

Black with #05938E

Text Example


Text Example

White with #05938E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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