#31BEBE

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

Shades of Light Sea Green #31BEBE

Tints of Light Sea Green #31BEBE

Color information

#31BEBE (or 0x31BEBE) is unknown color: approx Light Sea Green. HEX triplet: 31, BE and BE. RGB value is (49,190,190). Sum of RGB (Red+Green+Blue) = 49+190+190=429 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.42% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #31BEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BEBE is #CE4141. Grayscale: #939393. Windows color (decimal): -13517122 or 12500529. OLE color: 12500529.

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

Color convert

RGB49190190-
CMYK0.74000.25
HSL180º59%46.86%-
HSV(B)180º74.21%74.51%-
XYZ28.9741.255.14-
YUV147.84151.7957.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.42%
GREEN value IS 190 (74.61% from 255) = 44.29%
BLUE value IS 190 (74.61% from 255) = 44.29%
R=11.42%
G=44.29%
B=44.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491901900.74000.251805946.86
Hex31BEBE4A0019b43b2f
Octal6127627611200312647357
Binary11000110111110101111101001010001100110110100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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