Html Css Color HEX #048289 Dark Cyan

📋 copy color: '#048289'

red 4 ◦ green 130 ◦ blue 137

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

Shades of Dark Cyan #048289

Tints of Dark Cyan #048289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.97%

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

R = 1.48%
G = 47.97%
B = 50.55%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#048289 (or 0x048289) is known color: Dark Cyan. HEX triplet: 04, 82 and 89. RGB value is (4,130,137). Sum of RGB (Red+Green+Blue) = 4+130+137=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #048289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048289 is #FB7D76. Grayscale: #5C5C5C. Windows color (decimal): -16481655 or 9011716. OLE color: 9011716.

HSL color Cylindrical-coordinate representation of color #048289: hue angle of 183.16º 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 #048289 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 130 137 -
CMYK 0.97 0.05 0 0.46
HSL 183.16º 0.94% 0.28% -
HSV(B) 183.16º 0.97% 0.54% -
XYZ 12.55 17.8 26.44 -
YUV 93.12 152.76 64.43 -
System Red Green Blue C M Y K H S L
Decimal 4 130 137 0.97 0.05 0 0.46 183.16 0.94 0.28
Hex 4 82 89 61 5 0 2E B7 5E 1C
Octal 4 202 211 141 5 0 56 267 136 34
Binary 100 10000010 10001001 1100001 101 0 101110 10110111 1011110 11100

Color Harmonies of #048289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048289

Black with #048289

Text Example


Text Example

White with #048289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048289; }

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

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

background-color css

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

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

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

border-color css

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

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

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