Html Css Color HEX #048790 Dark Cyan

📋 copy color: '#048790'

red 4 ◦ green 135 ◦ blue 144

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

Shades of Dark Cyan #048790

Tints of Dark Cyan #048790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.7%

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

R = 1.41%
G = 47.7%
B = 50.88%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#048790 (or 0x048790) is known color: 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

RGB 4 135 144 -
CMYK 0.97 0.06 0 0.44
HSL 183.86º 0.95% 0.29% -
HSV(B) 183.86º 0.97% 0.56% -
XYZ 13.75 19.37 29.4 -
YUV 96.86 154.6 61.77 -
System Red Green Blue C M Y K H S L
Decimal 4 135 144 0.97 0.06 0 0.44 183.86 0.95 0.29
Hex 4 87 90 61 6 0 2C B8 5F 1D
Octal 4 207 220 141 6 0 54 270 137 35
Binary 100 10000111 10010000 1100001 110 0 101100 10111000 1011111 11101

Color Harmonies of #048790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048790

Black with #048790

Text Example


Text Example

White with #048790

Text Example


Text Example

HTML Codes & Css Web 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>