#1BEDAB

Color #1BEDAB Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #1BEDAB

Tints of Medium Spring Green #1BEDAB

Color information

#1BEDAB (or 0x1BEDAB) is unknown color: approx Medium Spring Green. HEX triplet: 1B, ED and AB. RGB value is (27,237,171). Sum of RGB (Red+Green+Blue) = 27+237+171=435 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.21% from 435); Green value is 237 (92.97% from 255 or 54.48% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 237 - color contains mainly: green. Hex color #1BEDAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1BEDAB is #E41254. Grayscale: #A6A6A6. Windows color (decimal): -14946901 or 11267355. OLE color: 11267355.

HSL color Cylindrical-coordinate representation of color #1BEDAB: hue angle of 161.14º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEDAB is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB27237171-
CMYK0.8900.280.07
HSL161.14º85.37%51.76%-
HSV(B)161.14º88.61%92.94%-
XYZ38.0963.7448.82-
YUV166.69130.4328.37-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.21%
GREEN value IS 237 (92.97% from 255) = 54.48%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=6.21%
G=54.48%
B=39.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal272371710.8900.280.07161.1485.3751.76
Hex1BEDAB5901C7a15534
Octal33355253131034724112564
Binary1101111101101101010111011001011100111101000011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BEDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BEDAB; }

 p { color: rgb(27,237,171); }

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

<style>
 a { background-color: #1BEDAB; }

 a { background-color: rgb(27,237,171); }

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

<style>
 span { border-color: #1BEDAB; }

 span { border-color: rgb(27,237,171); }

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