Html Css Color HEX #048D88 Dark Cyan

📋 copy color: '#048D88'

red 4 ◦ green 141 ◦ blue 136

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

Shades of Dark Cyan #048D88

Tints of Dark Cyan #048D88

RGB

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

 GREEN value IS 141 (55.47% from 255) = 50.18%

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

R = 1.42%
G = 50.18%
B = 48.4%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#048D88 (or 0x048D88) is known color: Dark Cyan. HEX triplet: 04, 8D and 88. RGB value is (4,141,136). Sum of RGB (Red+Green+Blue) = 4+141+136=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 141 (55.47% from 255 or 50.18% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 141 - color contains mainly: green. Hex color #048D88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048D88 is #FB7277. Grayscale: #636363. Windows color (decimal): -16478840 or 8948996. OLE color: 8948996.

HSL color Cylindrical-coordinate representation of color #048D88: hue angle of 177.81º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048D88 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 141 136 -
CMYK 0.97 0 0.04 0.45
HSL 177.81º 0.94% 0.28% -
HSV(B) 177.81º 0.97% 0.55% -
XYZ 14.02 20.85 26.58 -
YUV 99.47 148.61 59.91 -
System Red Green Blue C M Y K H S L
Decimal 4 141 136 0.97 0 0.04 0.45 177.81 0.94 0.28
Hex 4 8D 88 61 0 4 2D B2 5E 1C
Octal 4 215 210 141 0 4 55 262 136 34
Binary 100 10001101 10001000 1100001 0 100 101101 10110010 1011110 11100

Color Harmonies of #048D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048D88

Black with #048D88

Text Example


Text Example

White with #048D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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