Html Css Color HEX #2AD06C Medium Sea Green

📋 copy color: '#2AD06C'

red 42 ◦ green 208 ◦ blue 108

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

Shades of Medium Sea Green #2AD06C

Tints of Medium Sea Green #2AD06C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.1%

 BLUE value IS 108 (42.58% from 255) = 30.17%

R = 11.73%
G = 58.1%
B = 30.17%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#2AD06C (or 0x2AD06C) is known color: Medium Sea Green. HEX triplet: 2A, D0 and 6C. RGB value is (42,208,108). Sum of RGB (Red+Green+Blue) = 42+208+108=358 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.73% from 358); Green value is 208 (81.64% from 255 or 58.10% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD06C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD06C is #D52F93. Grayscale: #939393. Windows color (decimal): -13971348 or 7131178. OLE color: 7131178.

HSL color Cylindrical-coordinate representation of color #2AD06C: hue angle of 143.86º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD06C is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 42 208 108 -
CMYK 0.80 0 0.48 0.18
HSL 143.86º 0.66% 0.49% -
HSV(B) 143.86º 0.8% 0.82% -
XYZ 26.22 46.69 21.82 -
YUV 146.97 106 53.13 -
System Red Green Blue C M Y K H S L
Decimal 42 208 108 0.80 0 0.48 0.18 143.86 0.66 0.49
Hex 2A D0 6C 50 0 30 12 90 42 31
Octal 52 320 154 120 0 60 22 220 102 61
Binary 101010 11010000 1101100 1010000 0 110000 10010 10010000 1000010 110001

Color Harmonies of #2AD06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD06C

Black with #2AD06C

Text Example


Text Example

White with #2AD06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,208,108); }

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

background-color css

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

 a { background-color: rgb(42,208,108); }

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

border-color css

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

 span { border-color: rgb(42,208,108); }

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