Html Css Color HEX #31BBAD Light Sea Green

📋 copy color: '#31BBAD'

red 49 ◦ green 187 ◦ blue 173

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

Shades of Light Sea Green #31BBAD

Tints of Light Sea Green #31BBAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.3%

R = 11.98%
G = 45.72%
B = 42.3%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#31BBAD (or 0x31BBAD) is known color: Light Sea Green. HEX triplet: 31, BB and AD. RGB value is (49,187,173). Sum of RGB (Red+Green+Blue) = 49+187+173=409 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.98% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 187 - color contains mainly: green. Hex color #31BBAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BBAD is #CE4452. Grayscale: #909090. Windows color (decimal): -13517907 or 11385649. OLE color: 11385649.

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

Color convert

RGB 49 187 173 -
CMYK 0.74 0 0.07 0.27
HSL 173.91º 0.58% 0.46% -
HSV(B) 173.91º 0.74% 0.73% -
XYZ 26.58 39.21 45.7 -
YUV 144.14 144.28 60.14 -
System Red Green Blue C M Y K H S L
Decimal 49 187 173 0.74 0 0.07 0.27 173.91 0.58 0.46
Hex 31 BB AD 4A 0 7 1B AE 3A 2E
Octal 61 273 255 112 0 7 33 256 72 56
Binary 110001 10111011 10101101 1001010 0 111 11011 10101110 111010 101110

Color Harmonies of #31BBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BBAD

Black with #31BBAD

Text Example


Text Example

White with #31BBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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