Html Css Color HEX #1AFCBC Medium Spring Green

📋 copy color: '#1AFCBC'

red 26 ◦ green 252 ◦ blue 188

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

Shades of Medium Spring Green #1AFCBC

Tints of Medium Spring Green #1AFCBC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.08%

 BLUE value IS 188 (73.83% from 255) = 40.34%

R = 5.58%
G = 54.08%
B = 40.34%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#1AFCBC (or 0x1AFCBC) is known color: Medium Spring Green. HEX triplet: 1A, FC and BC. RGB value is (26,252,188). Sum of RGB (Red+Green+Blue) = 26+252+188=466 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.58% from 466); Green value is 252 (98.83% from 255 or 54.08% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 252 - color contains mainly: green. Hex color #1AFCBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFCBC is #E50343. Grayscale: #B1B1B1. Windows color (decimal): -15008580 or 12385306. OLE color: 12385306.

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

Color convert

RGB 26 252 188 -
CMYK 0.90 0 0.25 0.01
HSL 163.01º 0.97% 0.55% -
HSV(B) 163.01º 0.9% 0.99% -
XYZ 44.31 73.47 59.42 -
YUV 177.13 134.13 20.2 -
System Red Green Blue C M Y K H S L
Decimal 26 252 188 0.90 0 0.25 0.01 163.01 0.97 0.55
Hex 1A FC BC 5A 0 19 1 A3 61 37
Octal 32 374 274 132 0 31 1 243 141 67
Binary 11010 11111100 10111100 1011010 0 11001 1 10100011 1100001 110111

Color Harmonies of #1AFCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFCBC

Black with #1AFCBC

Text Example


Text Example

White with #1AFCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,252,188); }

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

background-color css

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

 a { background-color: rgb(26,252,188); }

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

border-color css

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

 span { border-color: rgb(26,252,188); }

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