Html Css Color HEX #31BCAA Light Sea Green

📋 copy color: '#31BCAA'

red 49 ◦ green 188 ◦ blue 170

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

Shades of Light Sea Green #31BCAA

Tints of Light Sea Green #31BCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.19%

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 12.04%
G = 46.19%
B = 41.77%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#31BCAA (or 0x31BCAA) is known color: Light Sea Green. HEX triplet: 31, BC and AA. RGB value is (49,188,170). Sum of RGB (Red+Green+Blue) = 49+188+170=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #31BCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BCAA is #CE4355. Grayscale: #909090. Windows color (decimal): -13517654 or 11189297. OLE color: 11189297.

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

Color convert

RGB 49 188 170 -
CMYK 0.74 0 0.10 0.26
HSL 172.23º 0.59% 0.46% -
HSV(B) 172.23º 0.74% 0.74% -
XYZ 26.51 39.52 44.26 -
YUV 144.39 142.45 59.96 -
System Red Green Blue C M Y K H S L
Decimal 49 188 170 0.74 0 0.10 0.26 172.23 0.59 0.46
Hex 31 BC AA 4A 0 A 1A AC 3B 2E
Octal 61 274 252 112 0 12 32 254 73 56
Binary 110001 10111100 10101010 1001010 0 1010 11010 10101100 111011 101110

Color Harmonies of #31BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BCAA

Black with #31BCAA

Text Example


Text Example

White with #31BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,188,170); }

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

background-color css

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

 a { background-color: rgb(49,188,170); }

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

border-color css

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

 span { border-color: rgb(49,188,170); }

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