Html Css Color HEX #1AF0B5 Medium Spring Green

📋 copy color: '#1AF0B5'

red 26 ◦ green 240 ◦ blue 181

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

Shades of Medium Spring Green #1AF0B5

Tints of Medium Spring Green #1AF0B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.49%

R = 5.82%
G = 53.69%
B = 40.49%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#1AF0B5 (or 0x1AF0B5) is known color: Medium Spring Green. HEX triplet: 1A, F0 and B5. RGB value is (26,240,181). Sum of RGB (Red+Green+Blue) = 26+240+181=447 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.82% from 447); Green value is 240 (94.14% from 255 or 53.69% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF0B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF0B5 is #E50F4A. Grayscale: #A9A9A9. Windows color (decimal): -15011659 or 11923482. OLE color: 11923482.

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

Color convert

RGB 26 240 181 -
CMYK 0.89 0 0.25 0.06
HSL 163.46º 0.88% 0.52% -
HSV(B) 163.46º 0.89% 0.94% -
XYZ 39.93 65.88 54.33 -
YUV 169.29 134.6 25.8 -
System Red Green Blue C M Y K H S L
Decimal 26 240 181 0.89 0 0.25 0.06 163.46 0.88 0.52
Hex 1A F0 B5 59 0 19 6 A3 58 34
Octal 32 360 265 131 0 31 6 243 130 64
Binary 11010 11110000 10110101 1011001 0 11001 110 10100011 1011000 110100

Color Harmonies of #1AF0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF0B5

Black with #1AF0B5

Text Example


Text Example

White with #1AF0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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