Html Css Color HEX #1AF0B0 Medium Spring Green

📋 copy color: '#1AF0B0'

red 26 ◦ green 240 ◦ blue 176

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

Shades of Medium Spring Green #1AF0B0

Tints of Medium Spring Green #1AF0B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.82%

R = 5.88%
G = 54.3%
B = 39.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#1AF0B0 (or 0x1AF0B0) is known color: Medium Spring Green. HEX triplet: 1A, F0 and B0. RGB value is (26,240,176). Sum of RGB (Red+Green+Blue) = 26+240+176=442 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.88% from 442); Green value is 240 (94.14% from 255 or 54.30% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF0B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF0B0 is #E50F4F. Grayscale: #A8A8A8. Windows color (decimal): -15011664 or 11595802. OLE color: 11595802.

HSL color Cylindrical-coordinate representation of color #1AF0B0: hue angle of 162.06º 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 #1AF0B0 is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 26 240 176 -
CMYK 0.89 0 0.27 0.06
HSL 162.06º 0.88% 0.52% -
HSV(B) 162.06º 0.89% 0.94% -
XYZ 39.42 65.67 51.67 -
YUV 168.72 132.1 26.2 -
System Red Green Blue C M Y K H S L
Decimal 26 240 176 0.89 0 0.27 0.06 162.06 0.88 0.52
Hex 1A F0 B0 59 0 1B 6 A2 58 34
Octal 32 360 260 131 0 33 6 242 130 64
Binary 11010 11110000 10110000 1011001 0 11011 110 10100010 1011000 110100

Color Harmonies of #1AF0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF0B0

Black with #1AF0B0

Text Example


Text Example

White with #1AF0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,240,176); }

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

background-color css

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

 a { background-color: rgb(26,240,176); }

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

border-color css

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

 span { border-color: rgb(26,240,176); }

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