Html Css Color HEX #31BBA9 Light Sea Green

📋 copy color: '#31BBA9'

red 49 ◦ green 187 ◦ blue 169

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

Shades of Light Sea Green #31BBA9

Tints of Light Sea Green #31BBA9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.17%

 BLUE value IS 169 (66.41% from 255) = 41.73%

R = 12.1%
G = 46.17%
B = 41.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#31BBA9 (or 0x31BBA9) is known color: Light Sea Green. HEX triplet: 31, BB and A9. RGB value is (49,187,169). Sum of RGB (Red+Green+Blue) = 49+187+169=405 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.10% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 169 (66.41% from 255 or 41.73% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #31BBA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BBA9 is #CE4456. Grayscale: #8F8F8F. Windows color (decimal): -13517911 or 11123505. OLE color: 11123505.

HSL color Cylindrical-coordinate representation of color #31BBA9: hue angle of 172.17º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BBA9 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 187 169 -
CMYK 0.74 0 0.10 0.27
HSL 172.17º 0.58% 0.46% -
HSV(B) 172.17º 0.74% 0.73% -
XYZ 26.2 39.06 43.69 -
YUV 143.69 142.28 60.46 -
System Red Green Blue C M Y K H S L
Decimal 49 187 169 0.74 0 0.10 0.27 172.17 0.58 0.46
Hex 31 BB A9 4A 0 A 1B AC 3A 2E
Octal 61 273 251 112 0 12 33 254 72 56
Binary 110001 10111011 10101001 1001010 0 1010 11011 10101100 111010 101110

Color Harmonies of #31BBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BBA9

Black with #31BBA9

Text Example


Text Example

White with #31BBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,187,169); }

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

background-color css

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

 a { background-color: rgb(49,187,169); }

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

border-color css

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

 span { border-color: rgb(49,187,169); }

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