#31b2be

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

Shades of Light Sea Green #31B2BE

Tints of Light Sea Green #31B2BE

Color information

#31B2BE (or 0x31B2BE) is unknown color: approx Light Sea Green. HEX triplet: 31, B2 and BE. RGB value is (49,178,190). Sum of RGB (Red+Green+Blue) = 49+178+190=417 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.75% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #31B2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31B2BE is #CE4D41. Grayscale: #8C8C8C. Windows color (decimal): -13520194 or 12497457. OLE color: 12497457.

HSL color Cylindrical-coordinate representation of color #31B2BE: hue angle of 185.11º 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 #31B2BE is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB49178190-
CMYK0.740.0600.25
HSL185.11º59%46.86%-
HSV(B)185.11º74.21%74.51%-
XYZ26.4836.2154.31-
YUV140.8155.7662.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.75%
GREEN value IS 178 (69.92% from 255) = 42.69%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=11.75%
G=42.69%
B=45.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491781900.740.0600.25185.115946.86
Hex31B2BE4A6019b93b2f
Octal6126227611260312717357
Binary1100011011001010111110100101011001100110111001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31b2be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,178,190); }

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

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

 a { background-color: rgb(49,178,190); }

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

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

 span { border-color: rgb(49,178,190); }

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