Html Css Color HEX #2AFDB3 Medium Spring Green

📋 copy color: '#2AFDB3'

red 42 ◦ green 253 ◦ blue 179

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

Shades of Medium Spring Green #2AFDB3

Tints of Medium Spring Green #2AFDB3

RGB

 RED value IS 42 (16.8% from 255) = 8.86%

 GREEN value IS 253 (99.22% from 255) = 53.38%

 BLUE value IS 179 (70.31% from 255) = 37.76%

R = 8.86%
G = 53.38%
B = 37.76%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#2AFDB3 (or 0x2AFDB3) is known color: Medium Spring Green. HEX triplet: 2A, FD and B3. RGB value is (42,253,179). Sum of RGB (Red+Green+Blue) = 42+253+179=474 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.86% from 474); Green value is 253 (99.22% from 255 or 53.38% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFDB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFDB3 is #D5024C. Grayscale: #B5B5B5. Windows color (decimal): -13959757 or 11795754. OLE color: 11795754.

HSL color Cylindrical-coordinate representation of color #2AFDB3: hue angle of 158.96º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFDB3 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 42 253 179 -
CMYK 0.83 0 0.29 0.01
HSL 158.96º 0.98% 0.58% -
HSV(B) 158.96º 0.83% 0.99% -
XYZ 44.22 74 54.6 -
YUV 181.48 126.6 28.52 -
System Red Green Blue C M Y K H S L
Decimal 42 253 179 0.83 0 0.29 0.01 158.96 0.98 0.58
Hex 2A FD B3 53 0 1D 1 9F 62 3A
Octal 52 375 263 123 0 35 1 237 142 72
Binary 101010 11111101 10110011 1010011 0 11101 1 10011111 1100010 111010

Color Harmonies of #2AFDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFDB3

Black with #2AFDB3

Text Example


Text Example

White with #2AFDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AFDB3; }

 p { color: rgb(42,253,179); }

 H1.HeaderClassName
 {
   color: #2AFDB3;
 }
 .AnyTagClassName
 {
   color: #2AFDB3;
 }
</style>

background-color css

<style>
 a { background-color: #2AFDB3; }

 a { background-color: rgb(42,253,179); }

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

border-color css

<style>
 span { border-color: #2AFDB3; }

 span { border-color: rgb(42,253,179); }

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