#31BEBF

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

Shades of Light Sea Green #31BEBF

Tints of Light Sea Green #31BEBF

Color information

#31BEBF (or 0x31BEBF) is unknown color: approx Light Sea Green. HEX triplet: 31, BE and BF. RGB value is (49,190,191). Sum of RGB (Red+Green+Blue) = 49+190+191=430 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.40% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #31BEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BEBF is #CE4140. Grayscale: #939393. Windows color (decimal): -13517121 or 12566065. OLE color: 12566065.

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

Color convert

RGB49190191-
CMYK0.740.0100.25
HSL180.42º59.17%47.06%-
HSV(B)180.42º74.35%74.9%-
XYZ29.0841.2455.72-
YUV147.95152.2957.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.40%
GREEN value IS 190 (74.61% from 255) = 44.19%
BLUE value IS 191 (75% from 255) = 44.42%
R=11.40%
G=44.19%
B=44.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491901910.740.0100.25180.4259.1747.06
Hex31BEBF4A1019b43b2f
Octal6127627711210312647357
Binary11000110111110101111111001010101100110110100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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