Html Css Color HEX #31BFAB Light Sea Green

📋 copy color: '#31BFAB'

red 49 ◦ green 191 ◦ blue 171

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

Shades of Light Sea Green #31BFAB

Tints of Light Sea Green #31BFAB

RGB

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

 GREEN value IS 191 (75% from 255) = 46.47%

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 11.92%
G = 46.47%
B = 41.61%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#31BFAB (or 0x31BFAB) is known color: Light Sea Green. HEX triplet: 31, BF and AB. RGB value is (49,191,171). Sum of RGB (Red+Green+Blue) = 49+191+171=411 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.92% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #31BFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BFAB is #CE4054. Grayscale: #929292. Windows color (decimal): -13516885 or 11255601. OLE color: 11255601.

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

Color convert

RGB 49 191 171 -
CMYK 0.74 0 0.10 0.25
HSL 171.55º 0.59% 0.47% -
HSV(B) 171.55º 0.74% 0.75% -
XYZ 27.25 40.85 44.98 -
YUV 146.26 141.96 58.63 -
System Red Green Blue C M Y K H S L
Decimal 49 191 171 0.74 0 0.10 0.25 171.55 0.59 0.47
Hex 31 BF AB 4A 0 A 19 AC 3B 2F
Octal 61 277 253 112 0 12 31 254 73 57
Binary 110001 10111111 10101011 1001010 0 1010 11001 10101100 111011 101111

Color Harmonies of #31BFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BFAB

Black with #31BFAB

Text Example


Text Example

White with #31BFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,191,171); }

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

background-color css

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

 a { background-color: rgb(49,191,171); }

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

border-color css

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

 span { border-color: rgb(49,191,171); }

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