Html Css Color HEX #048C91 Dark Cyan

📋 copy color: '#048C91'

red 4 ◦ green 140 ◦ blue 145

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

Shades of Dark Cyan #048C91

Tints of Dark Cyan #048C91

RGB

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

 GREEN value IS 140 (55.08% from 255) = 48.44%

 BLUE value IS 145 (57.03% from 255) = 50.17%

R = 1.38%
G = 48.44%
B = 50.17%

CMYK

 C value IS 0.97

 M value IS 0.03

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#048C91 (or 0x048C91) is known color: Dark Cyan. HEX triplet: 04, 8C and 91. RGB value is (4,140,145). Sum of RGB (Red+Green+Blue) = 4+140+145=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #048C91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048C91 is #FB736E. Grayscale: #636363. Windows color (decimal): -16479087 or 9538564. OLE color: 9538564.

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

Color convert

RGB 4 140 145 -
CMYK 0.97 0.03 0 0.43
HSL 182.13º 0.95% 0.29% -
HSV(B) 182.13º 0.97% 0.57% -
XYZ 14.54 20.83 30.04 -
YUV 99.91 153.44 59.59 -
System Red Green Blue C M Y K H S L
Decimal 4 140 145 0.97 0.03 0 0.43 182.13 0.95 0.29
Hex 4 8C 91 61 3 0 2B B6 5F 1D
Octal 4 214 221 141 3 0 53 266 137 35
Binary 100 10001100 10010001 1100001 11 0 101011 10110110 1011111 11101

Color Harmonies of #048C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048C91

Black with #048C91

Text Example


Text Example

White with #048C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,140,145); }

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

background-color css

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

 a { background-color: rgb(4,140,145); }

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

border-color css

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

 span { border-color: rgb(4,140,145); }

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