Html Css Color HEX #1AF2BB Medium Spring Green

📋 copy color: '#1AF2BB'

red 26 ◦ green 242 ◦ blue 187

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

Shades of Medium Spring Green #1AF2BB

Tints of Medium Spring Green #1AF2BB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 53.19%

 BLUE value IS 187 (73.44% from 255) = 41.1%

R = 5.71%
G = 53.19%
B = 41.1%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#1AF2BB (or 0x1AF2BB) is known color: Medium Spring Green. HEX triplet: 1A, F2 and BB. RGB value is (26,242,187). Sum of RGB (Red+Green+Blue) = 26+242+187=455 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.71% from 455); Green value is 242 (94.92% from 255 or 53.19% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF2BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF2BB is #E50D44. Grayscale: #ABABAB. Windows color (decimal): -15011141 or 12317210. OLE color: 12317210.

HSL color Cylindrical-coordinate representation of color #1AF2BB: hue angle of 164.72º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF2BB is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 26 242 187 -
CMYK 0.89 0 0.23 0.05
HSL 164.72º 0.89% 0.53% -
HSV(B) 164.72º 0.89% 0.95% -
XYZ 41.15 67.31 57.84 -
YUV 171.15 136.94 24.47 -
System Red Green Blue C M Y K H S L
Decimal 26 242 187 0.89 0 0.23 0.05 164.72 0.89 0.53
Hex 1A F2 BB 59 0 17 5 A5 59 35
Octal 32 362 273 131 0 27 5 245 131 65
Binary 11010 11110010 10111011 1011001 0 10111 101 10100101 1011001 110101

Color Harmonies of #1AF2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF2BB

Black with #1AF2BB

Text Example


Text Example

White with #1AF2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,242,187); }

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

background-color css

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

 a { background-color: rgb(26,242,187); }

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

border-color css

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

 span { border-color: rgb(26,242,187); }

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