#048790

Color #048790 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #048790

Tints of Dark Cyan #048790

Color information

#048790 (or 0x048790) is unknown color: approx Dark Cyan. HEX triplet: 04, 87 and 90. RGB value is (4,135,144). Sum of RGB (Red+Green+Blue) = 4+135+144=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #048790 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048790 is #FB786F. Grayscale: #606060. Windows color (decimal): -16480368 or 9471748. OLE color: 9471748.

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

Color convert

RGB4135144-
CMYK0.970.0600.44
HSL183.86º94.59%29.02%-
HSV(B)183.86º97.22%56.47%-
XYZ13.7519.3729.4-
YUV96.86154.661.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.41%
GREEN value IS 135 (53.12% from 255) = 47.70%
BLUE value IS 144 (56.64% from 255) = 50.88%
R=1.41%
G=47.70%
B=50.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41351440.970.0600.44183.8694.5929.02
Hex4879061602Cb85f1d
Octal4207220141605427013735
Binary10010000111100100001100001110010110010111000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048790; }

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

 H1.HeaderClassName
 {
   color: #048790;
 }
 .AnyTagClassName
 {
   color: #048790;
 }
</style>
background-color css

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

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

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

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

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

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