Html Css Color HEX #31BBAE Light Sea Green

📋 copy color: '#31BBAE'

red 49 ◦ green 187 ◦ blue 174

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

Shades of Light Sea Green #31BBAE

Tints of Light Sea Green #31BBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.44%

R = 11.95%
G = 45.61%
B = 42.44%

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

#31BBAE (or 0x31BBAE) is known color: Light Sea Green. HEX triplet: 31, BB and AE. RGB value is (49,187,174). Sum of RGB (Red+Green+Blue) = 49+187+174=410 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.95% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #31BBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BBAE is #CE4451. Grayscale: #909090. Windows color (decimal): -13517906 or 11451185. OLE color: 11451185.

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

Color convert

RGB 49 187 174 -
CMYK 0.74 0 0.07 0.27
HSL 174.35º 0.58% 0.46% -
HSV(B) 174.35º 0.74% 0.73% -
XYZ 26.68 39.25 46.21 -
YUV 144.26 144.78 60.06 -
System Red Green Blue C M Y K H S L
Decimal 49 187 174 0.74 0 0.07 0.27 174.35 0.58 0.46
Hex 31 BB AE 4A 0 7 1B AE 3A 2E
Octal 61 273 256 112 0 7 33 256 72 56
Binary 110001 10111011 10101110 1001010 0 111 11011 10101110 111010 101110

Color Harmonies of #31BBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BBAE

Black with #31BBAE

Text Example


Text Example

White with #31BBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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