Html Css Color HEX #31B069 Medium Sea Green

📋 copy color: '#31B069'

red 49 ◦ green 176 ◦ blue 105

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

Shades of Medium Sea Green #31B069

Tints of Medium Sea Green #31B069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.82%

R = 14.85%
G = 53.33%
B = 31.82%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#31B069 (or 0x31B069) is known color: Medium Sea Green. HEX triplet: 31, B0 and 69. RGB value is (49,176,105). Sum of RGB (Red+Green+Blue) = 49+176+105=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 176 (69.14% from 255 or 53.33% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 176 - color contains mainly: green. Hex color #31B069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31B069 is #CE4F96. Grayscale: #828282. Windows color (decimal): -13520791 or 6926385. OLE color: 6926385.

HSL color Cylindrical-coordinate representation of color #31B069: hue angle of 146.46º 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 #31B069 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 176 105 -
CMYK 0.72 0 0.40 0.31
HSL 146.46º 0.56% 0.44% -
HSV(B) 146.46º 0.72% 0.69% -
XYZ 19.34 32.72 18.66 -
YUV 129.93 113.92 70.27 -
System Red Green Blue C M Y K H S L
Decimal 49 176 105 0.72 0 0.40 0.31 146.46 0.56 0.44
Hex 31 B0 69 48 0 28 1F 92 38 2C
Octal 61 260 151 110 0 50 37 222 70 54
Binary 110001 10110000 1101001 1001000 0 101000 11111 10010010 111000 101100

Color Harmonies of #31B069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B069

Black with #31B069

Text Example


Text Example

White with #31B069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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