Html Css Color HEX #048C93 Dark Cyan

📋 copy color: '#048C93'

red 4 ◦ green 140 ◦ blue 147

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

Shades of Dark Cyan #048C93

Tints of Dark Cyan #048C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 50.52%

R = 1.37%
G = 48.11%
B = 50.52%

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

#048C93 (or 0x048C93) is known color: Dark Cyan. HEX triplet: 04, 8C and 93. RGB value is (4,140,147). Sum of RGB (Red+Green+Blue) = 4+140+147=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 140 (55.08% from 255 or 48.11% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #048C93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048C93 is #FB736C. Grayscale: #636363. Windows color (decimal): -16479085 or 9669636. OLE color: 9669636.

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

Color convert

RGB 4 140 147 -
CMYK 0.97 0.05 0 0.42
HSL 182.94º 0.95% 0.3% -
HSV(B) 182.94º 0.97% 0.58% -
XYZ 14.69 20.89 30.86 -
YUV 100.13 154.44 59.43 -
System Red Green Blue C M Y K H S L
Decimal 4 140 147 0.97 0.05 0 0.42 182.94 0.95 0.3
Hex 4 8C 93 61 5 0 2A B7 5F 1E
Octal 4 214 223 141 5 0 52 267 137 36
Binary 100 10001100 10010011 1100001 101 0 101010 10110111 1011111 11110

Color Harmonies of #048C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048C93

Black with #048C93

Text Example


Text Example

White with #048C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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