Html Css Color HEX #048883 Dark Cyan

📋 copy color: '#048883'

red 4 ◦ green 136 ◦ blue 131

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

Shades of Dark Cyan #048883

Tints of Dark Cyan #048883

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.18%

 BLUE value IS 131 (51.56% from 255) = 48.34%

R = 1.48%
G = 50.18%
B = 48.34%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#048883 (or 0x048883) is known color: Dark Cyan. HEX triplet: 04, 88 and 83. RGB value is (4,136,131). Sum of RGB (Red+Green+Blue) = 4+136+131=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #048883 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048883 is #FB777C. Grayscale: #5F5F5F. Windows color (decimal): -16480125 or 8620036. OLE color: 8620036.

HSL color Cylindrical-coordinate representation of color #048883: hue angle of 177.73º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048883 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 136 131 -
CMYK 0.97 0 0.04 0.47
HSL 177.73º 0.94% 0.27% -
HSV(B) 177.73º 0.97% 0.53% -
XYZ 12.95 19.27 24.51 -
YUV 95.96 147.77 62.41 -
System Red Green Blue C M Y K H S L
Decimal 4 136 131 0.97 0 0.04 0.47 177.73 0.94 0.27
Hex 4 88 83 61 0 4 2F B2 5E 1B
Octal 4 210 203 141 0 4 57 262 136 33
Binary 100 10001000 10000011 1100001 0 100 101111 10110010 1011110 11011

Color Harmonies of #048883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048883

Black with #048883

Text Example


Text Example

White with #048883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048883; }

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

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

background-color css

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

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

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

border-color css

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

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

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