Html Css Color HEX #048389 Dark Cyan

📋 copy color: '#048389'

red 4 ◦ green 131 ◦ blue 137

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

Shades of Dark Cyan #048389

Tints of Dark Cyan #048389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.16%

 BLUE value IS 137 (53.91% from 255) = 50.37%

R = 1.47%
G = 48.16%
B = 50.37%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#048389 (or 0x048389) is known color: Dark Cyan. HEX triplet: 04, 83 and 89. RGB value is (4,131,137). Sum of RGB (Red+Green+Blue) = 4+131+137=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #048389 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048389 is #FB7C76. Grayscale: #5D5D5D. Windows color (decimal): -16481399 or 9011972. OLE color: 9011972.

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

Color convert

RGB 4 131 137 -
CMYK 0.97 0.04 0 0.46
HSL 182.71º 0.94% 0.28% -
HSV(B) 182.71º 0.97% 0.54% -
XYZ 12.68 18.06 26.49 -
YUV 93.71 152.42 64.01 -
System Red Green Blue C M Y K H S L
Decimal 4 131 137 0.97 0.04 0 0.46 182.71 0.94 0.28
Hex 4 83 89 61 4 0 2E B7 5E 1C
Octal 4 203 211 141 4 0 56 267 136 34
Binary 100 10000011 10001001 1100001 100 0 101110 10110111 1011110 11100

Color Harmonies of #048389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048389

Black with #048389

Text Example


Text Example

White with #048389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048389; }

 p { color: rgb(4,131,137); }

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

background-color css

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

 a { background-color: rgb(4,131,137); }

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

border-color css

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

 span { border-color: rgb(4,131,137); }

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