Html Css Color HEX #42C073 Medium Sea Green

📋 copy color: '#42C073'

red 66 ◦ green 192 ◦ blue 115

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

Shades of Medium Sea Green #42C073

Tints of Medium Sea Green #42C073

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.47%

 BLUE value IS 115 (45.31% from 255) = 30.83%

R = 17.69%
G = 51.47%
B = 30.83%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#42C073 (or 0x42C073) is known color: Medium Sea Green. HEX triplet: 42, C0 and 73. RGB value is (66,192,115). Sum of RGB (Red+Green+Blue) = 66+192+115=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #42C073 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C073 is #BD3F8C. Grayscale: #919191. Windows color (decimal): -12402573 or 7585858. OLE color: 7585858.

HSL color Cylindrical-coordinate representation of color #42C073: hue angle of 143.33º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C073 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 192 115 -
CMYK 0.66 0 0.40 0.25
HSL 143.33º 0.5% 0.51% -
HSV(B) 143.33º 0.66% 0.75% -
XYZ 24.19 40.1 22.68 -
YUV 145.55 110.76 71.26 -
System Red Green Blue C M Y K H S L
Decimal 66 192 115 0.66 0 0.40 0.25 143.33 0.5 0.51
Hex 42 C0 73 42 0 28 19 8F 32 33
Octal 102 300 163 102 0 50 31 217 62 63
Binary 1000010 11000000 1110011 1000010 0 101000 11001 10001111 110010 110011

Color Harmonies of #42C073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C073

Black with #42C073

Text Example


Text Example

White with #42C073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,192,115); }

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

background-color css

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

 a { background-color: rgb(66,192,115); }

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

border-color css

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

 span { border-color: rgb(66,192,115); }

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