#31BBB9

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

Shades of Light Sea Green #31BBB9

Tints of Light Sea Green #31BBB9

Color information

#31BBB9 (or 0x31BBB9) is unknown color: approx Light Sea Green. HEX triplet: 31, BB and B9. RGB value is (49,187,185). Sum of RGB (Red+Green+Blue) = 49+187+185=421 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.64% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 187 - color contains mainly: green. Hex color #31BBB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BBB9 is #CE4446. Grayscale: #919191. Windows color (decimal): -13517895 or 12172081. OLE color: 12172081.

HSL color Cylindrical-coordinate representation of color #31BBB9: hue angle of 179.13º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BBB9 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB49187185-
CMYK0.7400.010.27
HSL179.13º58.47%46.27%-
HSV(B)179.13º73.8%73.33%-
XYZ27.7939.752.1-
YUV145.51150.2859.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.64%
GREEN value IS 187 (73.44% from 255) = 44.42%
BLUE value IS 185 (72.66% from 255) = 43.94%
R=11.64%
G=44.42%
B=43.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal491871850.7400.010.27179.1358.4746.27
Hex31BBB94A011Bb33a2e
Octal6127327111201332637256
Binary11000110111011101110011001010011101110110011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,187,185); }

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

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

 a { background-color: rgb(49,187,185); }

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

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

 span { border-color: rgb(49,187,185); }

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