Html Css Color HEX #31BCBA Light Sea Green

📋 copy color: '#31BCBA'

red 49 ◦ green 188 ◦ blue 186

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

Shades of Light Sea Green #31BCBA

Tints of Light Sea Green #31BCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.97%

R = 11.58%
G = 44.44%
B = 43.97%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#31BCBA (or 0x31BCBA) is known color: Light Sea Green. HEX triplet: 31, BC and BA. RGB value is (49,188,186). Sum of RGB (Red+Green+Blue) = 49+188+186=423 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.58% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #31BCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BCBA is #CE4345. Grayscale: #929292. Windows color (decimal): -13517638 or 12237873. OLE color: 12237873.

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

Color convert

RGB 49 188 186 -
CMYK 0.74 0 0.01 0.26
HSL 179.14º 0.59% 0.46% -
HSV(B) 179.14º 0.74% 0.74% -
XYZ 28.11 40.16 52.73 -
YUV 146.21 150.45 58.66 -
System Red Green Blue C M Y K H S L
Decimal 49 188 186 0.74 0 0.01 0.26 179.14 0.59 0.46
Hex 31 BC BA 4A 0 1 1A B3 3B 2E
Octal 61 274 272 112 0 1 32 263 73 56
Binary 110001 10111100 10111010 1001010 0 1 11010 10110011 111011 101110

Color Harmonies of #31BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BCBA

Black with #31BCBA

Text Example


Text Example

White with #31BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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