Html Css Color HEX #048686 Dark Cyan

📋 copy color: '#048686'

red 4 ◦ green 134 ◦ blue 134

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

Shades of Dark Cyan #048686

Tints of Dark Cyan #048686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 49.26%

R = 1.47%
G = 49.26%
B = 49.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#048686 (or 0x048686) is known color: Dark Cyan. HEX triplet: 04, 86 and 86. RGB value is (4,134,134). Sum of RGB (Red+Green+Blue) = 4+134+134=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #048686 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048686 is #FB7979. Grayscale: #5F5F5F. Windows color (decimal): -16480634 or 8816132. OLE color: 8816132.

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

Color convert

RGB 4 134 134 -
CMYK 0.97 0 0 0.47
HSL 180º 0.94% 0.27% -
HSV(B) 180º 0.97% 0.53% -
XYZ 12.88 18.8 25.5 -
YUV 95.13 149.93 63 -
System Red Green Blue C M Y K H S L
Decimal 4 134 134 0.97 0 0 0.47 180 0.94 0.27
Hex 4 86 86 61 0 0 2F B4 5E 1B
Octal 4 206 206 141 0 0 57 264 136 33
Binary 100 10000110 10000110 1100001 0 0 101111 10110100 1011110 11011

Color Harmonies of #048686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048686

Black with #048686

Text Example


Text Example

White with #048686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048686; }

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

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

background-color css

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

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

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

border-color css

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

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

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