Html Css Color HEX #048B89 Dark Cyan

📋 copy color: '#048B89'

red 4 ◦ green 139 ◦ blue 137

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

Shades of Dark Cyan #048B89

Tints of Dark Cyan #048B89

RGB

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

 GREEN value IS 139 (54.69% from 255) = 49.64%

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

R = 1.43%
G = 49.64%
B = 48.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#048B89 (or 0x048B89) is known color: Dark Cyan. HEX triplet: 04, 8B and 89. RGB value is (4,139,137). Sum of RGB (Red+Green+Blue) = 4+139+137=280 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #048B89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048B89 is #FB7476. Grayscale: #626262. Windows color (decimal): -16479351 or 9014020. OLE color: 9014020.

HSL color Cylindrical-coordinate representation of color #048B89: hue angle of 179.11º 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 #048B89 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 139 137 -
CMYK 0.97 0 0.01 0.45
HSL 179.11º 0.94% 0.28% -
HSV(B) 179.11º 0.97% 0.55% -
XYZ 13.8 20.3 26.86 -
YUV 98.41 149.77 60.66 -
System Red Green Blue C M Y K H S L
Decimal 4 139 137 0.97 0 0.01 0.45 179.11 0.94 0.28
Hex 4 8B 89 61 0 1 2D B3 5E 1C
Octal 4 213 211 141 0 1 55 263 136 34
Binary 100 10001011 10001001 1100001 0 1 101101 10110011 1011110 11100

Color Harmonies of #048B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048B89

Black with #048B89

Text Example


Text Example

White with #048B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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