Html Css Color HEX #048C94 Dark Cyan

📋 copy color: '#048C94'

red 4 ◦ green 140 ◦ blue 148

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

Shades of Dark Cyan #048C94

Tints of Dark Cyan #048C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 50.68%

R = 1.37%
G = 47.95%
B = 50.68%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#048C94 (or 0x048C94) is known color: Dark Cyan. HEX triplet: 04, 8C and 94. RGB value is (4,140,148). Sum of RGB (Red+Green+Blue) = 4+140+148=292 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 292); Green value is 140 (55.08% from 255 or 47.95% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #048C94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048C94 is #FB736B. Grayscale: #646464. Windows color (decimal): -16479084 or 9735172. OLE color: 9735172.

HSL color Cylindrical-coordinate representation of color #048C94: hue angle of 183.33º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048C94 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 140 148 -
CMYK 0.97 0.05 0 0.42
HSL 183.33º 0.95% 0.3% -
HSV(B) 183.33º 0.97% 0.58% -
XYZ 14.77 20.92 31.28 -
YUV 100.25 154.94 59.35 -
System Red Green Blue C M Y K H S L
Decimal 4 140 148 0.97 0.05 0 0.42 183.33 0.95 0.3
Hex 4 8C 94 61 5 0 2A B7 5F 1E
Octal 4 214 224 141 5 0 52 267 137 36
Binary 100 10001100 10010100 1100001 101 0 101010 10110111 1011111 11110

Color Harmonies of #048C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048C94

Black with #048C94

Text Example


Text Example

White with #048C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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