Html Css Color HEX #31AB9E Light Sea Green

📋 copy color: '#31AB9E'

red 49 ◦ green 171 ◦ blue 158

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

Shades of Light Sea Green #31AB9E

Tints of Light Sea Green #31AB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.8%

R = 12.96%
G = 45.24%
B = 41.8%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#31AB9E (or 0x31AB9E) is known color: Light Sea Green. HEX triplet: 31, AB and 9E. RGB value is (49,171,158). Sum of RGB (Red+Green+Blue) = 49+171+158=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #31AB9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AB9E is #CE5461. Grayscale: #848484. Windows color (decimal): -13522018 or 10398513. OLE color: 10398513.

HSL color Cylindrical-coordinate representation of color #31AB9E: hue angle of 173.61º 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 #31AB9E is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 171 158 -
CMYK 0.71 0 0.08 0.33
HSL 173.61º 0.55% 0.43% -
HSV(B) 173.61º 0.71% 0.67% -
XYZ 22 32.25 37.41 -
YUV 133.04 142.08 68.06 -
System Red Green Blue C M Y K H S L
Decimal 49 171 158 0.71 0 0.08 0.33 173.61 0.55 0.43
Hex 31 AB 9E 47 0 8 21 AE 37 2B
Octal 61 253 236 107 0 10 41 256 67 53
Binary 110001 10101011 10011110 1000111 0 1000 100001 10101110 110111 101011

Color Harmonies of #31AB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AB9E

Black with #31AB9E

Text Example


Text Example

White with #31AB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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