Html Css Color HEX #1AF9BA Medium Spring Green

📋 copy color: '#1AF9BA'

red 26 ◦ green 249 ◦ blue 186

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

Shades of Medium Spring Green #1AF9BA

Tints of Medium Spring Green #1AF9BA

RGB

 RED value IS 26 (10.55% from 255) = 5.64%

 GREEN value IS 249 (97.66% from 255) = 54.01%

 BLUE value IS 186 (73.05% from 255) = 40.35%

R = 5.64%
G = 54.01%
B = 40.35%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#1AF9BA (or 0x1AF9BA) is known color: Medium Spring Green. HEX triplet: 1A, F9 and BA. RGB value is (26,249,186). Sum of RGB (Red+Green+Blue) = 26+249+186=461 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.64% from 461); Green value is 249 (97.66% from 255 or 54.01% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 249 - color contains mainly: green. Hex color #1AF9BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF9BA is #E50645. Grayscale: #AFAFAF. Windows color (decimal): -15009350 or 12253466. OLE color: 12253466.

HSL color Cylindrical-coordinate representation of color #1AF9BA: hue angle of 163.05º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AF9BA is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 249 186 -
CMYK 0.90 0 0.25 0.02
HSL 163.05º 0.95% 0.54% -
HSV(B) 163.05º 0.9% 0.98% -
XYZ 43.16 71.52 57.98 -
YUV 175.14 134.12 21.62 -
System Red Green Blue C M Y K H S L
Decimal 26 249 186 0.90 0 0.25 0.02 163.05 0.95 0.54
Hex 1A F9 BA 5A 0 19 2 A3 5F 36
Octal 32 371 272 132 0 31 2 243 137 66
Binary 11010 11111001 10111010 1011010 0 11001 10 10100011 1011111 110110

Color Harmonies of #1AF9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF9BA

Black with #1AF9BA

Text Example


Text Example

White with #1AF9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,249,186); }

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

background-color css

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

 a { background-color: rgb(26,249,186); }

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

border-color css

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

 span { border-color: rgb(26,249,186); }

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