Html Css Color HEX #048F8A Dark Cyan

📋 copy color: '#048F8A'

red 4 ◦ green 143 ◦ blue 138

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

Shades of Dark Cyan #048F8A

Tints of Dark Cyan #048F8A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 50.18%

 BLUE value IS 138 (54.3% from 255) = 48.42%

R = 1.4%
G = 50.18%
B = 48.42%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#048F8A (or 0x048F8A) is known color: Dark Cyan. HEX triplet: 04, 8F and 8A. RGB value is (4,143,138). Sum of RGB (Red+Green+Blue) = 4+143+138=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 143 (56.25% from 255 or 50.18% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 143 - color contains mainly: green. Hex color #048F8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048F8A is #FB7075. Grayscale: #646464. Windows color (decimal): -16478326 or 9080580. OLE color: 9080580.

HSL color Cylindrical-coordinate representation of color #048F8A: hue angle of 177.84º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048F8A is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 143 138 -
CMYK 0.97 0 0.03 0.44
HSL 177.84º 0.95% 0.29% -
HSV(B) 177.84º 0.97% 0.56% -
XYZ 14.46 21.51 27.43 -
YUV 100.87 148.95 58.91 -
System Red Green Blue C M Y K H S L
Decimal 4 143 138 0.97 0 0.03 0.44 177.84 0.95 0.29
Hex 4 8F 8A 61 0 3 2C B2 5F 1D
Octal 4 217 212 141 0 3 54 262 137 35
Binary 100 10001111 10001010 1100001 0 11 101100 10110010 1011111 11101

Color Harmonies of #048F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048F8A

Black with #048F8A

Text Example


Text Example

White with #048F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,143,138); }

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

background-color css

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

 a { background-color: rgb(4,143,138); }

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

border-color css

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

 span { border-color: rgb(4,143,138); }

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