Html Css Color HEX #048590 Dark Cyan

📋 copy color: '#048590'

red 4 ◦ green 133 ◦ blue 144

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

Shades of Dark Cyan #048590

Tints of Dark Cyan #048590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.33%

 BLUE value IS 144 (56.64% from 255) = 51.25%

R = 1.42%
G = 47.33%
B = 51.25%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#048590 (or 0x048590) is known color: Dark Cyan. HEX triplet: 04, 85 and 90. RGB value is (4,133,144). Sum of RGB (Red+Green+Blue) = 4+133+144=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #048590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048590 is #FB7A6F. Grayscale: #5F5F5F. Windows color (decimal): -16480880 or 9471236. OLE color: 9471236.

HSL color Cylindrical-coordinate representation of color #048590: hue angle of 184.71º 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 #048590 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 133 144 -
CMYK 0.97 0.08 0 0.44
HSL 184.71º 0.95% 0.29% -
HSV(B) 184.71º 0.97% 0.56% -
XYZ 13.47 18.81 29.31 -
YUV 95.68 155.26 62.61 -
System Red Green Blue C M Y K H S L
Decimal 4 133 144 0.97 0.08 0 0.44 184.71 0.95 0.29
Hex 4 85 90 61 8 0 2C B9 5F 1D
Octal 4 205 220 141 10 0 54 271 137 35
Binary 100 10000101 10010000 1100001 1000 0 101100 10111001 1011111 11101

Color Harmonies of #048590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048590

Black with #048590

Text Example


Text Example

White with #048590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048590; }

 p { color: rgb(4,133,144); }

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

background-color css

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

 a { background-color: rgb(4,133,144); }

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

border-color css

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

 span { border-color: rgb(4,133,144); }

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