Html Css Color HEX #048690 Dark Cyan

📋 copy color: '#048690'

red 4 ◦ green 134 ◦ blue 144

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

Shades of Dark Cyan #048690

Tints of Dark Cyan #048690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.52%

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

R = 1.42%
G = 47.52%
B = 51.06%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#048690 (or 0x048690) is known color: Dark Cyan. HEX triplet: 04, 86 and 90. RGB value is (4,134,144). Sum of RGB (Red+Green+Blue) = 4+134+144=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #048690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048690 is #FB796F. Grayscale: #606060. Windows color (decimal): -16480624 or 9471492. OLE color: 9471492.

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

Color convert

RGB 4 134 144 -
CMYK 0.97 0.07 0 0.44
HSL 184.29º 0.95% 0.29% -
HSV(B) 184.29º 0.97% 0.56% -
XYZ 13.61 19.09 29.35 -
YUV 96.27 154.93 62.19 -
System Red Green Blue C M Y K H S L
Decimal 4 134 144 0.97 0.07 0 0.44 184.29 0.95 0.29
Hex 4 86 90 61 7 0 2C B8 5F 1D
Octal 4 206 220 141 7 0 54 270 137 35
Binary 100 10000110 10010000 1100001 111 0 101100 10111000 1011111 11101

Color Harmonies of #048690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048690

Black with #048690

Text Example


Text Example

White with #048690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048690; }

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

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

background-color css

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

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

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

border-color css

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

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

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