Html Css Color HEX #31AA6A Medium Sea Green

📋 copy color: '#31AA6A'

red 49 ◦ green 170 ◦ blue 106

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

Shades of Medium Sea Green #31AA6A

Tints of Medium Sea Green #31AA6A

RGB

 RED value IS 49 (19.53% from 255) = 15.08%

 GREEN value IS 170 (66.8% from 255) = 52.31%

 BLUE value IS 106 (41.8% from 255) = 32.62%

R = 15.08%
G = 52.31%
B = 32.62%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#31AA6A (or 0x31AA6A) is known color: Medium Sea Green. HEX triplet: 31, AA and 6A. RGB value is (49,170,106). Sum of RGB (Red+Green+Blue) = 49+170+106=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #31AA6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AA6A is #CE5595. Grayscale: #7E7E7E. Windows color (decimal): -13522326 or 6990385. OLE color: 6990385.

HSL color Cylindrical-coordinate representation of color #31AA6A: hue angle of 148.26º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31AA6A is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 170 106 -
CMYK 0.71 0 0.38 0.33
HSL 148.26º 0.55% 0.43% -
HSV(B) 148.26º 0.71% 0.67% -
XYZ 18.24 30.44 18.55 -
YUV 126.53 116.41 72.7 -
System Red Green Blue C M Y K H S L
Decimal 49 170 106 0.71 0 0.38 0.33 148.26 0.55 0.43
Hex 31 AA 6A 47 0 26 21 94 37 2B
Octal 61 252 152 107 0 46 41 224 67 53
Binary 110001 10101010 1101010 1000111 0 100110 100001 10010100 110111 101011

Color Harmonies of #31AA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AA6A

Black with #31AA6A

Text Example


Text Example

White with #31AA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31AA6A; }

 p { color: rgb(49,170,106); }

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

background-color css

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

 a { background-color: rgb(49,170,106); }

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

border-color css

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

 span { border-color: rgb(49,170,106); }

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