Html Css Color HEX #31BAB9 Light Sea Green

📋 copy color: '#31BAB9'

red 49 ◦ green 186 ◦ blue 185

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

Shades of Light Sea Green #31BAB9

Tints of Light Sea Green #31BAB9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.29%

 BLUE value IS 185 (72.66% from 255) = 44.05%

R = 11.67%
G = 44.29%
B = 44.05%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#31BAB9 (or 0x31BAB9) is known color: Light Sea Green. HEX triplet: 31, BA and B9. RGB value is (49,186,185). Sum of RGB (Red+Green+Blue) = 49+186+185=420 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.67% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #31BAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BAB9 is #CE4546. Grayscale: #909090. Windows color (decimal): -13518151 or 12171825. OLE color: 12171825.

HSL color Cylindrical-coordinate representation of color #31BAB9: hue angle of 179.56º 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 #31BAB9 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 186 185 -
CMYK 0.74 0 0.01 0.27
HSL 179.56º 0.58% 0.46% -
HSV(B) 179.56º 0.74% 0.73% -
XYZ 27.58 39.27 52.03 -
YUV 144.92 150.61 59.58 -
System Red Green Blue C M Y K H S L
Decimal 49 186 185 0.74 0 0.01 0.27 179.56 0.58 0.46
Hex 31 BA B9 4A 0 1 1B B4 3A 2E
Octal 61 272 271 112 0 1 33 264 72 56
Binary 110001 10111010 10111001 1001010 0 1 11011 10110100 111010 101110

Color Harmonies of #31BAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BAB9

Black with #31BAB9

Text Example


Text Example

White with #31BAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,186,185); }

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

background-color css

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

 a { background-color: rgb(49,186,185); }

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

border-color css

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

 span { border-color: rgb(49,186,185); }

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