Html Css Color HEX #1BF0AE Medium Spring Green

📋 copy color: '#1BF0AE'

red 27 ◦ green 240 ◦ blue 174

#1BF0AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #1BF0AE

Tints of Medium Spring Green #1BF0AE

RGB

 RED value IS 27 (10.94% from 255) = 6.12%

 GREEN value IS 240 (94.14% from 255) = 54.42%

 BLUE value IS 174 (68.36% from 255) = 39.46%

R = 6.12%
G = 54.42%
B = 39.46%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#1BF0AE (or 0x1BF0AE) is known color: Medium Spring Green. HEX triplet: 1B, F0 and AE. RGB value is (27,240,174). Sum of RGB (Red+Green+Blue) = 27+240+174=441 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.12% from 441); Green value is 240 (94.14% from 255 or 54.42% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 240 - color contains mainly: green. Hex color #1BF0AE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1BF0AE is #E40F51. Grayscale: #A8A8A8. Windows color (decimal): -14946130 or 11464731. OLE color: 11464731.

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

Color convert

RGB 27 240 174 -
CMYK 0.89 0 0.28 0.06
HSL 161.41º 0.88% 0.52% -
HSV(B) 161.41º 0.89% 0.94% -
XYZ 39.25 65.61 50.64 -
YUV 168.79 130.93 26.87 -
System Red Green Blue C M Y K H S L
Decimal 27 240 174 0.89 0 0.28 0.06 161.41 0.88 0.52
Hex 1B F0 AE 59 0 1C 6 A1 58 34
Octal 33 360 256 131 0 34 6 241 130 64
Binary 11011 11110000 10101110 1011001 0 11100 110 10100001 1011000 110100

Color Harmonies of #1BF0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BF0AE

Black with #1BF0AE

Text Example


Text Example

White with #1BF0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,240,174); }

 H1.HeaderClassName
 {
   color: #1BF0AE;
 }
 .AnyTagClassName
 {
   color: #1BF0AE;
 }
</style>

background-color css

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

 a { background-color: rgb(27,240,174); }

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

border-color css

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

 span { border-color: rgb(27,240,174); }

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