Html Css Color HEX #457676 Ming

📋 copy color: '#457676'

red 69 ◦ green 118 ◦ blue 118

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

Shades of Ming #457676

Tints of Ming #457676

RGB

 RED value IS 69 (27.34% from 255) = 22.62%

 GREEN value IS 118 (46.48% from 255) = 38.69%

 BLUE value IS 118 (46.48% from 255) = 38.69%

R = 22.62%
G = 38.69%
B = 38.69%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#457676 (or 0x457676) is known color: Ming. HEX triplet: 45, 76 and 76. RGB value is (69,118,118). Sum of RGB (Red+Green+Blue) = 69+118+118=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #457676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457676 is #BA8989. Grayscale: #676767. Windows color (decimal): -12224906 or 7763525. OLE color: 7763525.

HSL color Cylindrical-coordinate representation of color #457676: hue angle of 180º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #457676 is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 118 118 -
CMYK 0.42 0 0 0.54
HSL 180º 0.26% 0.37% -
HSV(B) 180º 0.42% 0.46% -
XYZ 12.2 15.53 19.49 -
YUV 103.35 136.27 103.5 -
System Red Green Blue C M Y K H S L
Decimal 69 118 118 0.42 0 0 0.54 180 0.26 0.37
Hex 45 76 76 2A 0 0 36 B4 1A 25
Octal 105 166 166 52 0 0 66 264 32 45
Binary 1000101 1110110 1110110 101010 0 0 110110 10110100 11010 100101

Color Harmonies of #457676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457676

Black with #457676

Text Example


Text Example

White with #457676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457676; }

 p { color: rgb(69,118,118); }

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

background-color css

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

 a { background-color: rgb(69,118,118); }

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

border-color css

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

 span { border-color: rgb(69,118,118); }

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