Html Css Color HEX #42AC66 Medium Sea Green

📋 copy color: '#42AC66'

red 66 ◦ green 172 ◦ blue 102

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

Shades of Medium Sea Green #42AC66

Tints of Medium Sea Green #42AC66

RGB

 RED value IS 66 (26.17% from 255) = 19.41%

 GREEN value IS 172 (67.58% from 255) = 50.59%

 BLUE value IS 102 (40.23% from 255) = 30%

R = 19.41%
G = 50.59%
B = 30%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#42AC66 (or 0x42AC66) is known color: Medium Sea Green. HEX triplet: 42, AC and 66. RGB value is (66,172,102). Sum of RGB (Red+Green+Blue) = 66+172+102=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 172 (67.58% from 255 or 50.59% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AC66 is #BD5399. Grayscale: #848484. Windows color (decimal): -12407706 or 6728770. OLE color: 6728770.

HSL color Cylindrical-coordinate representation of color #42AC66: hue angle of 140.38º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AC66 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 172 102 -
CMYK 0.62 0 0.41 0.33
HSL 140.38º 0.45% 0.47% -
HSV(B) 140.38º 0.62% 0.67% -
XYZ 19.4 31.62 17.65 -
YUV 132.33 110.88 80.69 -
System Red Green Blue C M Y K H S L
Decimal 66 172 102 0.62 0 0.41 0.33 140.38 0.45 0.47
Hex 42 AC 66 3E 0 29 21 8C 2D 2F
Octal 102 254 146 76 0 51 41 214 55 57
Binary 1000010 10101100 1100110 111110 0 101001 100001 10001100 101101 101111

Color Harmonies of #42AC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AC66

Black with #42AC66

Text Example


Text Example

White with #42AC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42AC66; }

 p { color: rgb(66,172,102); }

 H1.HeaderClassName
 {
   color: #42AC66;
 }
 .AnyTagClassName
 {
   color: #42AC66;
 }
</style>

background-color css

<style>
 a { background-color: #42AC66; }

 a { background-color: rgb(66,172,102); }

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

border-color css

<style>
 span { border-color: #42AC66; }

 span { border-color: rgb(66,172,102); }

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