Html Css Color HEX #42C180 Medium Sea Green

📋 copy color: '#42C180'

red 66 ◦ green 193 ◦ blue 128

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

Shades of Medium Sea Green #42C180

Tints of Medium Sea Green #42C180

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.87%

 BLUE value IS 128 (50.39% from 255) = 33.07%

R = 17.05%
G = 49.87%
B = 33.07%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#42C180 (or 0x42C180) is known color: Medium Sea Green. HEX triplet: 42, C1 and 80. RGB value is (66,193,128). Sum of RGB (Red+Green+Blue) = 66+193+128=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 193 (75.78% from 255 or 49.87% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 193 - color contains mainly: green. Hex color #42C180 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C180 is #BD3E7F. Grayscale: #939393. Windows color (decimal): -12402304 or 8438082. OLE color: 8438082.

HSL color Cylindrical-coordinate representation of color #42C180: hue angle of 149.29º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C180 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 193 128 -
CMYK 0.66 0 0.34 0.24
HSL 149.29º 0.51% 0.51% -
HSV(B) 149.29º 0.66% 0.76% -
XYZ 25.21 40.86 26.98 -
YUV 147.62 116.92 69.79 -
System Red Green Blue C M Y K H S L
Decimal 66 193 128 0.66 0 0.34 0.24 149.29 0.51 0.51
Hex 42 C1 80 42 0 22 18 95 33 33
Octal 102 301 200 102 0 42 30 225 63 63
Binary 1000010 11000001 10000000 1000010 0 100010 11000 10010101 110011 110011

Color Harmonies of #42C180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C180

Black with #42C180

Text Example


Text Example

White with #42C180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,193,128); }

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

background-color css

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

 a { background-color: rgb(66,193,128); }

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

border-color css

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

 span { border-color: rgb(66,193,128); }

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