Html Css Color HEX #048588 Dark Cyan

📋 copy color: '#048588'

red 4 ◦ green 133 ◦ blue 136

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

Shades of Dark Cyan #048588

Tints of Dark Cyan #048588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 49.82%

R = 1.47%
G = 48.72%
B = 49.82%

CMYK

 C value IS 0.97

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#048588 (or 0x048588) is known color: Dark Cyan. HEX triplet: 04, 85 and 88. RGB value is (4,133,136). Sum of RGB (Red+Green+Blue) = 4+133+136=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #048588 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048588 is #FB7A77. Grayscale: #5E5E5E. Windows color (decimal): -16480888 or 8946948. OLE color: 8946948.

HSL color Cylindrical-coordinate representation of color #048588: hue angle of 181.36º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048588 is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 133 136 -
CMYK 0.97 0.02 0 0.47
HSL 181.36º 0.94% 0.27% -
HSV(B) 181.36º 0.97% 0.53% -
XYZ 12.88 18.58 26.2 -
YUV 94.77 151.26 63.26 -
System Red Green Blue C M Y K H S L
Decimal 4 133 136 0.97 0.02 0 0.47 181.36 0.94 0.27
Hex 4 85 88 61 2 0 2F B5 5E 1B
Octal 4 205 210 141 2 0 57 265 136 33
Binary 100 10000101 10001000 1100001 10 0 101111 10110101 1011110 11011

Color Harmonies of #048588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048588

Black with #048588

Text Example


Text Example

White with #048588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048588; }

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

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

background-color css

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

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

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

border-color css

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

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

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