Html Css Color HEX #31BBB0 Light Sea Green

📋 copy color: '#31BBB0'

red 49 ◦ green 187 ◦ blue 176

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

Shades of Light Sea Green #31BBB0

Tints of Light Sea Green #31BBB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.72%

R = 11.89%
G = 45.39%
B = 42.72%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#31BBB0 (or 0x31BBB0) is known color: Light Sea Green. HEX triplet: 31, BB and B0. RGB value is (49,187,176). Sum of RGB (Red+Green+Blue) = 49+187+176=412 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.89% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 187 - color contains mainly: green. Hex color #31BBB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BBB0 is #CE444F. Grayscale: #909090. Windows color (decimal): -13517904 or 11582257. OLE color: 11582257.

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

Color convert

RGB 49 187 176 -
CMYK 0.74 0 0.06 0.27
HSL 175.22º 0.58% 0.46% -
HSV(B) 175.22º 0.74% 0.73% -
XYZ 26.87 39.33 47.25 -
YUV 144.48 145.78 59.89 -
System Red Green Blue C M Y K H S L
Decimal 49 187 176 0.74 0 0.06 0.27 175.22 0.58 0.46
Hex 31 BB B0 4A 0 6 1B AF 3A 2E
Octal 61 273 260 112 0 6 33 257 72 56
Binary 110001 10111011 10110000 1001010 0 110 11011 10101111 111010 101110

Color Harmonies of #31BBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BBB0

Black with #31BBB0

Text Example


Text Example

White with #31BBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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