Html Css Color HEX #31AB9F Light Sea Green

📋 copy color: '#31AB9F'

red 49 ◦ green 171 ◦ blue 159

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

Shades of Light Sea Green #31AB9F

Tints of Light Sea Green #31AB9F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.12%

 BLUE value IS 159 (62.5% from 255) = 41.95%

R = 12.93%
G = 45.12%
B = 41.95%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#31AB9F (or 0x31AB9F) is known color: Light Sea Green. HEX triplet: 31, AB and 9F. RGB value is (49,171,159). Sum of RGB (Red+Green+Blue) = 49+171+159=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #31AB9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AB9F is #CE5460. Grayscale: #858585. Windows color (decimal): -13522017 or 10464049. OLE color: 10464049.

HSL color Cylindrical-coordinate representation of color #31AB9F: hue angle of 174.1º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31AB9F is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 171 159 -
CMYK 0.71 0 0.07 0.33
HSL 174.1º 0.55% 0.43% -
HSV(B) 174.1º 0.71% 0.67% -
XYZ 22.09 32.28 37.87 -
YUV 133.15 142.58 67.98 -
System Red Green Blue C M Y K H S L
Decimal 49 171 159 0.71 0 0.07 0.33 174.1 0.55 0.43
Hex 31 AB 9F 47 0 7 21 AE 37 2B
Octal 61 253 237 107 0 7 41 256 67 53
Binary 110001 10101011 10011111 1000111 0 111 100001 10101110 110111 101011

Color Harmonies of #31AB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AB9F

Black with #31AB9F

Text Example


Text Example

White with #31AB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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