#31C1B3

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

Shades of Light Sea Green #31C1B3

Tints of Light Sea Green #31C1B3

Color information

#31C1B3 (or 0x31C1B3) is unknown color: approx Light Sea Green. HEX triplet: 31, C1 and B3. RGB value is (49,193,179). Sum of RGB (Red+Green+Blue) = 49+193+179=421 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.64% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #31C1B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C1B3 is #CE3E4C. Grayscale: #949494. Windows color (decimal): -13516365 or 11780401. OLE color: 11780401.

HSL color Cylindrical-coordinate representation of color #31C1B3: hue angle of 174.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C1B3 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB49193179-
CMYK0.7500.070.24
HSL174.17º59.5%47.45%-
HSV(B)174.17º74.61%75.69%-
XYZ28.4742.0549.26-
YUV148.35145.2957.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.64%
GREEN value IS 193 (75.78% from 255) = 45.84%
BLUE value IS 179 (70.31% from 255) = 42.52%
R=11.64%
G=45.84%
B=42.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal491931790.7500.070.24174.1759.547.45
Hex31C1B34B0718ae3c2f
Octal6130126311307302567457
Binary1100011100000110110011100101101111100010101110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,193,179); }

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

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

 a { background-color: rgb(49,193,179); }

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

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

 span { border-color: rgb(49,193,179); }

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