Html Css Color HEX #05938D Dark Cyan

📋 copy color: '#05938D'

red 5 ◦ green 147 ◦ blue 141

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

Shades of Dark Cyan #05938D

Tints of Dark Cyan #05938D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 48.12%

R = 1.71%
G = 50.17%
B = 48.12%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#05938D (or 0x05938D) is known color: Dark Cyan. HEX triplet: 05, 93 and 8D. RGB value is (5,147,141). Sum of RGB (Red+Green+Blue) = 5+147+141=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #05938D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05938D is #FA6C72. Grayscale: #676767. Windows color (decimal): -16411763 or 9278213. OLE color: 9278213.

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

Color convert

RGB 5 147 141 -
CMYK 0.97 0 0.04 0.42
HSL 177.46º 0.93% 0.3% -
HSV(B) 177.46º 0.97% 0.58% -
XYZ 15.3 22.82 28.8 -
YUV 103.86 148.96 57.49 -
System Red Green Blue C M Y K H S L
Decimal 5 147 141 0.97 0 0.04 0.42 177.46 0.93 0.3
Hex 5 93 8D 61 0 4 2A B1 5D 1E
Octal 5 223 215 141 0 4 52 261 135 36
Binary 101 10010011 10001101 1100001 0 100 101010 10110001 1011101 11110

Color Harmonies of #05938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05938D

Black with #05938D

Text Example


Text Example

White with #05938D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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