#31B4A4

Color #31B4A4 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #31B4A4

Tints of Light Sea Green #31B4A4

Color information

#31B4A4 (or 0x31B4A4) is unknown color: approx Light Sea Green. HEX triplet: 31, B4 and A4. RGB value is (49,180,164). Sum of RGB (Red+Green+Blue) = 49+180+164=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #31B4A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B4A4 is #CE4B5B. Grayscale: #8A8A8A. Windows color (decimal): -13519708 or 10794033. OLE color: 10794033.

HSL color Cylindrical-coordinate representation of color #31B4A4: hue angle of 172.67º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B4A4 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB49180164-
CMYK0.7300.090.29
HSL172.67º57.21%44.9%-
HSV(B)172.67º72.78%70.59%-
XYZ24.2935.9840.79-
YUV139.01142.163.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.47%
GREEN value IS 180 (70.70% from 255) = 45.80%
BLUE value IS 164 (64.45% from 255) = 41.73%
R=12.47%
G=45.80%
B=41.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal491801640.7300.090.29172.6757.2144.9
Hex31B4A449091Dad392d
Octal61264244111011352557155
Binary11000110110100101001001001001010011110110101101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,180,164); }

 H1.HeaderClassName
 {
   color: #31B4A4;
 }
 .AnyTagClassName
 {
   color: #31B4A4;
 }
</style>
background-color css

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

 a { background-color: rgb(49,180,164); }

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

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

 span { border-color: rgb(49,180,164); }

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