Html Css Color HEX #1BFAAF Medium Spring Green

📋 copy color: '#1BFAAF'

red 27 ◦ green 250 ◦ blue 175

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

Shades of Medium Spring Green #1BFAAF

Tints of Medium Spring Green #1BFAAF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 55.31%

 BLUE value IS 175 (68.75% from 255) = 38.72%

R = 5.97%
G = 55.31%
B = 38.72%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#1BFAAF (or 0x1BFAAF) is known color: Medium Spring Green. HEX triplet: 1B, FA and AF. RGB value is (27,250,175). Sum of RGB (Red+Green+Blue) = 27+250+175=452 (59% of max value = 765). Red value is 27 (10.94% from 255 or 5.97% from 452); Green value is 250 (98.05% from 255 or 55.31% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 250 - color contains mainly: green. Hex color #1BFAAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1BFAAF is #E40550. Grayscale: #AEAEAE. Windows color (decimal): -14943569 or 11532827. OLE color: 11532827.

HSL color Cylindrical-coordinate representation of color #1BFAAF: hue angle of 159.82º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFAAF is Cyan = 0.89, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 27 250 175 -
CMYK 0.89 0 0.3 0.02
HSL 159.82º 0.96% 0.54% -
HSV(B) 159.82º 0.89% 0.98% -
XYZ 42.38 71.7 52.16 -
YUV 174.77 128.12 22.6 -
System Red Green Blue C M Y K H S L
Decimal 27 250 175 0.89 0 0.3 0.02 159.82 0.96 0.54
Hex 1B FA AF 59 0 1E 2 A0 60 36
Octal 33 372 257 131 0 36 2 240 140 66
Binary 11011 11111010 10101111 1011001 0 11110 10 10100000 1100000 110110

Color Harmonies of #1BFAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BFAAF

Black with #1BFAAF

Text Example


Text Example

White with #1BFAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,250,175); }

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

background-color css

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

 a { background-color: rgb(27,250,175); }

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

border-color css

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

 span { border-color: rgb(27,250,175); }

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