#31BBA3

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

Shades of Light Sea Green #31BBA3

Tints of Light Sea Green #31BBA3

Color information

#31BBA3 (or 0x31BBA3) is unknown color: approx Light Sea Green. HEX triplet: 31, BB and A3. RGB value is (49,187,163). Sum of RGB (Red+Green+Blue) = 49+187+163=399 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.28% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 163 (64.06% from 255 or 40.85% from 399); Max value from RGB is 187 - color contains mainly: green. Hex color #31BBA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BBA3 is #CE445C. Grayscale: #8E8E8E. Windows color (decimal): -13517917 or 10730289. OLE color: 10730289.

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

Color convert

RGB49187163-
CMYK0.7400.130.27
HSL169.57º58.47%46.27%-
HSV(B)169.57º73.8%73.33%-
XYZ25.6538.8440.8-
YUV143139.2860.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.28%
GREEN value IS 187 (73.44% from 255) = 46.87%
BLUE value IS 163 (64.06% from 255) = 40.85%
R=12.28%
G=46.87%
B=40.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal491871630.7400.130.27169.5758.4746.27
Hex31BBA34A0D1Baa3a2e
Octal61273243112015332527256
Binary11000110111011101000111001010011011101110101010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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