Html Css Color HEX #048390 Dark Cyan

📋 copy color: '#048390'

red 4 ◦ green 131 ◦ blue 144

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

Shades of Dark Cyan #048390

Tints of Dark Cyan #048390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.95%

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

R = 1.43%
G = 46.95%
B = 51.61%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#048390 (or 0x048390) is known color: Dark Cyan. HEX triplet: 04, 83 and 90. RGB value is (4,131,144). Sum of RGB (Red+Green+Blue) = 4+131+144=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #048390 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048390 is #FB7C6F. Grayscale: #5E5E5E. Windows color (decimal): -16481392 or 9470724. OLE color: 9470724.

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

Color convert

RGB 4 131 144 -
CMYK 0.97 0.09 0 0.44
HSL 185.57º 0.95% 0.29% -
HSV(B) 185.57º 0.97% 0.56% -
XYZ 13.2 18.27 29.22 -
YUV 94.51 155.92 63.44 -
System Red Green Blue C M Y K H S L
Decimal 4 131 144 0.97 0.09 0 0.44 185.57 0.95 0.29
Hex 4 83 90 61 9 0 2C BA 5F 1D
Octal 4 203 220 141 11 0 54 272 137 35
Binary 100 10000011 10010000 1100001 1001 0 101100 10111010 1011111 11101

Color Harmonies of #048390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048390

Black with #048390

Text Example


Text Example

White with #048390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048390; }

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

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

background-color css

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

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

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

border-color css

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

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

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