Html Css Color HEX #31C07B Medium Sea Green

📋 copy color: '#31C07B'

red 49 ◦ green 192 ◦ blue 123

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

Shades of Medium Sea Green #31C07B

Tints of Medium Sea Green #31C07B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.75%

 BLUE value IS 123 (48.44% from 255) = 33.79%

R = 13.46%
G = 52.75%
B = 33.79%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#31C07B (or 0x31C07B) is known color: Medium Sea Green. HEX triplet: 31, C0 and 7B. RGB value is (49,192,123). Sum of RGB (Red+Green+Blue) = 49+192+123=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #31C07B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C07B is #CE3F84. Grayscale: #8D8D8D. Windows color (decimal): -13516677 or 8110129. OLE color: 8110129.

HSL color Cylindrical-coordinate representation of color #31C07B: hue angle of 151.05º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31C07B is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 192 123 -
CMYK 0.74 0 0.36 0.25
HSL 151.05º 0.59% 0.47% -
HSV(B) 151.05º 0.74% 0.75% -
XYZ 23.69 39.78 25.17 -
YUV 141.38 117.62 62.11 -
System Red Green Blue C M Y K H S L
Decimal 49 192 123 0.74 0 0.36 0.25 151.05 0.59 0.47
Hex 31 C0 7B 4A 0 24 19 97 3B 2F
Octal 61 300 173 112 0 44 31 227 73 57
Binary 110001 11000000 1111011 1001010 0 100100 11001 10010111 111011 101111

Color Harmonies of #31C07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C07B

Black with #31C07B

Text Example


Text Example

White with #31C07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,192,123); }

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

background-color css

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

 a { background-color: rgb(49,192,123); }

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

border-color css

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

 span { border-color: rgb(49,192,123); }

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