Html Css Color HEX #05948F Dark Cyan

📋 copy color: '#05948F'

red 5 ◦ green 148 ◦ blue 143

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

Shades of Dark Cyan #05948F

Tints of Dark Cyan #05948F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 48.31%

R = 1.69%
G = 50%
B = 48.31%

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

#05948F (or 0x05948F) is known color: Dark Cyan. HEX triplet: 05, 94 and 8F. RGB value is (5,148,143). Sum of RGB (Red+Green+Blue) = 5+148+143=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #05948F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05948F is #FA6B70. Grayscale: #686868. Windows color (decimal): -16411505 or 9409541. OLE color: 9409541.

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

Color convert

RGB 5 148 143 -
CMYK 0.97 0 0.03 0.42
HSL 177.9º 0.93% 0.3% -
HSV(B) 177.9º 0.97% 0.58% -
XYZ 15.61 23.2 29.64 -
YUV 104.67 149.62 56.91 -
System Red Green Blue C M Y K H S L
Decimal 5 148 143 0.97 0 0.03 0.42 177.9 0.93 0.3
Hex 5 94 8F 61 0 3 2A B2 5D 1E
Octal 5 224 217 141 0 3 52 262 135 36
Binary 101 10010100 10001111 1100001 0 11 101010 10110010 1011101 11110

Color Harmonies of #05948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05948F

Black with #05948F

Text Example


Text Example

White with #05948F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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