Html Css Color HEX #3A827E Ming

📋 copy color: '#3A827E'

red 58 ◦ green 130 ◦ blue 126

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

Shades of Ming #3A827E

Tints of Ming #3A827E

RGB

 RED value IS 58 (23.05% from 255) = 18.47%

 GREEN value IS 130 (51.17% from 255) = 41.4%

 BLUE value IS 126 (49.61% from 255) = 40.13%

R = 18.47%
G = 41.4%
B = 40.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#3A827E (or 0x3A827E) is known color: Ming. HEX triplet: 3A, 82 and 7E. RGB value is (58,130,126). Sum of RGB (Red+Green+Blue) = 58+130+126=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #3A827E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A827E is #C57D81. Grayscale: #6B6B6B. Windows color (decimal): -12942722 or 8290874. OLE color: 8290874.

HSL color Cylindrical-coordinate representation of color #3A827E: hue angle of 176.67º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A827E is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 58 130 126 -
CMYK 0.55 0 0.03 0.49
HSL 176.67º 0.38% 0.37% -
HSV(B) 176.67º 0.55% 0.51% -
XYZ 13.49 18.37 22.57 -
YUV 108.02 138.15 92.33 -
System Red Green Blue C M Y K H S L
Decimal 58 130 126 0.55 0 0.03 0.49 176.67 0.38 0.37
Hex 3A 82 7E 37 0 3 31 B1 26 25
Octal 72 202 176 67 0 3 61 261 46 45
Binary 111010 10000010 1111110 110111 0 11 110001 10110001 100110 100101

Color Harmonies of #3A827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A827E

Black with #3A827E

Text Example


Text Example

White with #3A827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A827E; }

 p { color: rgb(58,130,126); }

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

background-color css

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

 a { background-color: rgb(58,130,126); }

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

border-color css

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

 span { border-color: rgb(58,130,126); }

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