Html Css Color HEX #42AC7B Medium Sea Green

📋 copy color: '#42AC7B'

red 66 ◦ green 172 ◦ blue 123

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

Shades of Medium Sea Green #42AC7B

Tints of Medium Sea Green #42AC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 18.28%
G = 47.65%
B = 34.07%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#42AC7B (or 0x42AC7B) is known color: Medium Sea Green. HEX triplet: 42, AC and 7B. RGB value is (66,172,123). Sum of RGB (Red+Green+Blue) = 66+172+123=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AC7B is #BD5384. Grayscale: #868686. Windows color (decimal): -12407685 or 8105026. OLE color: 8105026.

HSL color Cylindrical-coordinate representation of color #42AC7B: hue angle of 152.26º 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 #42AC7B is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 172 123 -
CMYK 0.62 0 0.28 0.33
HSL 152.26º 0.45% 0.47% -
HSV(B) 152.26º 0.62% 0.67% -
XYZ 20.57 32.09 23.85 -
YUV 134.72 121.38 78.98 -
System Red Green Blue C M Y K H S L
Decimal 66 172 123 0.62 0 0.28 0.33 152.26 0.45 0.47
Hex 42 AC 7B 3E 0 1C 21 98 2D 2F
Octal 102 254 173 76 0 34 41 230 55 57
Binary 1000010 10101100 1111011 111110 0 11100 100001 10011000 101101 101111

Color Harmonies of #42AC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AC7B

Black with #42AC7B

Text Example


Text Example

White with #42AC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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