#31B4B0

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

Shades of Light Sea Green #31B4B0

Tints of Light Sea Green #31B4B0

Color information

#31B4B0 (or 0x31B4B0) is unknown color: approx Light Sea Green. HEX triplet: 31, B4 and B0. RGB value is (49,180,176). Sum of RGB (Red+Green+Blue) = 49+180+176=405 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.10% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 180 - color contains mainly: green. Hex color #31B4B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B4B0 is #CE4B4F. Grayscale: #8C8C8C. Windows color (decimal): -13519696 or 11580465. OLE color: 11580465.

HSL color Cylindrical-coordinate representation of color #31B4B0: hue angle of 178.17º 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 #31B4B0 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB49180176-
CMYK0.7300.020.29
HSL178.17º57.21%44.9%-
HSV(B)178.17º72.78%70.59%-
XYZ25.4236.4346.77-
YUV140.38148.162.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.10%
GREEN value IS 180 (70.70% from 255) = 44.44%
BLUE value IS 176 (69.14% from 255) = 43.46%
R=12.10%
G=44.44%
B=43.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal491801760.7300.020.29178.1757.2144.9
Hex31B4B049021Db2392d
Octal6126426011102352627155
Binary110001101101001011000010010010101110110110010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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