Html Css Color HEX #1AF8BA Medium Spring Green

📋 copy color: '#1AF8BA'

red 26 ◦ green 248 ◦ blue 186

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

Shades of Medium Spring Green #1AF8BA

Tints of Medium Spring Green #1AF8BA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 53.91%

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

R = 5.65%
G = 53.91%
B = 40.43%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#1AF8BA (or 0x1AF8BA) is known color: Medium Spring Green. HEX triplet: 1A, F8 and BA. RGB value is (26,248,186). Sum of RGB (Red+Green+Blue) = 26+248+186=460 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.65% from 460); Green value is 248 (97.27% from 255 or 53.91% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 248 - color contains mainly: green. Hex color #1AF8BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF8BA is #E50745. Grayscale: #AEAEAE. Windows color (decimal): -15009606 or 12253210. OLE color: 12253210.

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

Color convert

RGB 26 248 186 -
CMYK 0.90 0 0.25 0.03
HSL 163.24º 0.94% 0.54% -
HSV(B) 163.24º 0.9% 0.97% -
XYZ 42.86 70.9 57.88 -
YUV 174.55 134.45 22.04 -
System Red Green Blue C M Y K H S L
Decimal 26 248 186 0.90 0 0.25 0.03 163.24 0.94 0.54
Hex 1A F8 BA 5A 0 19 3 A3 5E 36
Octal 32 370 272 132 0 31 3 243 136 66
Binary 11010 11111000 10111010 1011010 0 11001 11 10100011 1011110 110110

Color Harmonies of #1AF8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF8BA

Black with #1AF8BA

Text Example


Text Example

White with #1AF8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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