Html Css Color HEX #048591 Dark Cyan

📋 copy color: '#048591'

red 4 ◦ green 133 ◦ blue 145

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

Shades of Dark Cyan #048591

Tints of Dark Cyan #048591

RGB

 RED value IS 4 (1.95% from 255) = 1.42%

 GREEN value IS 133 (52.34% from 255) = 47.16%

 BLUE value IS 145 (57.03% from 255) = 51.42%

R = 1.42%
G = 47.16%
B = 51.42%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#048591 (or 0x048591) is known color: Dark Cyan. HEX triplet: 04, 85 and 91. RGB value is (4,133,145). Sum of RGB (Red+Green+Blue) = 4+133+145=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #048591 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048591 is #FB7A6E. Grayscale: #5F5F5F. Windows color (decimal): -16480879 or 9536772. OLE color: 9536772.

HSL color Cylindrical-coordinate representation of color #048591: hue angle of 185.11º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048591 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 133 145 -
CMYK 0.97 0.08 0 0.43
HSL 185.11º 0.95% 0.29% -
HSV(B) 185.11º 0.97% 0.57% -
XYZ 13.55 18.85 29.71 -
YUV 95.8 155.76 62.52 -
System Red Green Blue C M Y K H S L
Decimal 4 133 145 0.97 0.08 0 0.43 185.11 0.95 0.29
Hex 4 85 91 61 8 0 2B B9 5F 1D
Octal 4 205 221 141 10 0 53 271 137 35
Binary 100 10000101 10010001 1100001 1000 0 101011 10111001 1011111 11101

Color Harmonies of #048591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048591

Black with #048591

Text Example


Text Example

White with #048591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048591; }

 p { color: rgb(4,133,145); }

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

background-color css

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

 a { background-color: rgb(4,133,145); }

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

border-color css

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

 span { border-color: rgb(4,133,145); }

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