#31BFBD

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

Shades of Light Sea Green #31BFBD

Tints of Light Sea Green #31BFBD

Color information

#31BFBD (or 0x31BFBD) is unknown color: approx Light Sea Green. HEX triplet: 31, BF and BD. RGB value is (49,191,189). Sum of RGB (Red+Green+Blue) = 49+191+189=429 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.42% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #31BFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BFBD is #CE4042. Grayscale: #949494. Windows color (decimal): -13516867 or 12435249. OLE color: 12435249.

HSL color Cylindrical-coordinate representation of color #31BFBD: hue angle of 179.15º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BFBD is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB49191189-
CMYK0.7400.010.25
HSL179.15º59.17%47.06%-
HSV(B)179.15º74.35%74.9%-
XYZ29.0841.5954.64-
YUV148.31150.9657.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.42%
GREEN value IS 191 (75% from 255) = 44.52%
BLUE value IS 189 (74.22% from 255) = 44.06%
R=11.42%
G=44.52%
B=44.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491911890.7400.010.25179.1559.1747.06
Hex31BFBD4A0119b33b2f
Octal6127727511201312637357
Binary11000110111111101111011001010011100110110011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,191,189); }

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

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

 a { background-color: rgb(49,191,189); }

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

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

 span { border-color: rgb(49,191,189); }

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