Html Css Color HEX #42C083 Medium Sea Green

📋 copy color: '#42C083'

red 66 ◦ green 192 ◦ blue 131

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

Shades of Medium Sea Green #42C083

Tints of Medium Sea Green #42C083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.68%

R = 16.97%
G = 49.36%
B = 33.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#42C083 (or 0x42C083) is known color: Medium Sea Green. HEX triplet: 42, C0 and 83. RGB value is (66,192,131). Sum of RGB (Red+Green+Blue) = 66+192+131=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #42C083 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C083 is #BD3F7C. Grayscale: #939393. Windows color (decimal): -12402557 or 8634434. OLE color: 8634434.

HSL color Cylindrical-coordinate representation of color #42C083: hue angle of 150.95º 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 #42C083 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 192 131 -
CMYK 0.66 0 0.32 0.25
HSL 150.95º 0.5% 0.51% -
HSV(B) 150.95º 0.66% 0.75% -
XYZ 25.19 40.5 27.96 -
YUV 147.37 118.76 69.96 -
System Red Green Blue C M Y K H S L
Decimal 66 192 131 0.66 0 0.32 0.25 150.95 0.5 0.51
Hex 42 C0 83 42 0 20 19 97 32 33
Octal 102 300 203 102 0 40 31 227 62 63
Binary 1000010 11000000 10000011 1000010 0 100000 11001 10010111 110010 110011

Color Harmonies of #42C083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C083

Black with #42C083

Text Example


Text Example

White with #42C083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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