Html Css Color HEX #05948B Dark Cyan

📋 copy color: '#05948B'

red 5 ◦ green 148 ◦ blue 139

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

Shades of Dark Cyan #05948B

Tints of Dark Cyan #05948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.68%

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

R = 1.71%
G = 50.68%
B = 47.6%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#05948B (or 0x05948B) is known color: Dark Cyan. HEX triplet: 05, 94 and 8B. RGB value is (5,148,139). Sum of RGB (Red+Green+Blue) = 5+148+139=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #05948B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05948B is #FA6B74. Grayscale: #686868. Windows color (decimal): -16411509 or 9147397. OLE color: 9147397.

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

Color convert

RGB 5 148 139 -
CMYK 0.97 0 0.06 0.42
HSL 176.22º 0.93% 0.3% -
HSV(B) 176.22º 0.97% 0.58% -
XYZ 15.31 23.08 28.07 -
YUV 104.22 147.62 57.23 -
System Red Green Blue C M Y K H S L
Decimal 5 148 139 0.97 0 0.06 0.42 176.22 0.93 0.3
Hex 5 94 8B 61 0 6 2A B0 5D 1E
Octal 5 224 213 141 0 6 52 260 135 36
Binary 101 10010100 10001011 1100001 0 110 101010 10110000 1011101 11110

Color Harmonies of #05948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05948B

Black with #05948B

Text Example


Text Example

White with #05948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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