Html Css Color HEX #31B06F Medium Sea Green

📋 copy color: '#31B06F'

red 49 ◦ green 176 ◦ blue 111

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

Shades of Medium Sea Green #31B06F

Tints of Medium Sea Green #31B06F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.38%

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 14.58%
G = 52.38%
B = 33.04%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#31B06F (or 0x31B06F) is known color: Medium Sea Green. HEX triplet: 31, B0 and 6F. RGB value is (49,176,111). Sum of RGB (Red+Green+Blue) = 49+176+111=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 176 (69.14% from 255 or 52.38% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 176 - color contains mainly: green. Hex color #31B06F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31B06F is #CE4F90. Grayscale: #828282. Windows color (decimal): -13520785 or 7319601. OLE color: 7319601.

HSL color Cylindrical-coordinate representation of color #31B06F: hue angle of 149.29º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B06F is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 176 111 -
CMYK 0.72 0 0.37 0.31
HSL 149.29º 0.56% 0.44% -
HSV(B) 149.29º 0.72% 0.69% -
XYZ 19.66 32.85 20.34 -
YUV 130.62 116.92 69.79 -
System Red Green Blue C M Y K H S L
Decimal 49 176 111 0.72 0 0.37 0.31 149.29 0.56 0.44
Hex 31 B0 6F 48 0 25 1F 95 38 2C
Octal 61 260 157 110 0 45 37 225 70 54
Binary 110001 10110000 1101111 1001000 0 100101 11111 10010101 111000 101100

Color Harmonies of #31B06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B06F

Black with #31B06F

Text Example


Text Example

White with #31B06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,176,111); }

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

background-color css

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

 a { background-color: rgb(49,176,111); }

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

border-color css

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

 span { border-color: rgb(49,176,111); }

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