Html Css Color HEX #42B372 Medium Sea Green

📋 copy color: '#42B372'

red 66 ◦ green 179 ◦ blue 114

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

Shades of Medium Sea Green #42B372

Tints of Medium Sea Green #42B372

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.86%

 BLUE value IS 114 (44.92% from 255) = 31.75%

R = 18.38%
G = 49.86%
B = 31.75%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#42B372 (or 0x42B372) is known color: Medium Sea Green. HEX triplet: 42, B3 and 72. RGB value is (66,179,114). Sum of RGB (Red+Green+Blue) = 66+179+114=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #42B372 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B372 is #BD4C8D. Grayscale: #898989. Windows color (decimal): -12405902 or 7516994. OLE color: 7516994.

HSL color Cylindrical-coordinate representation of color #42B372: hue angle of 145.49º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B372 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 179 114 -
CMYK 0.63 0 0.36 0.30
HSL 145.49º 0.46% 0.48% -
HSV(B) 145.49º 0.63% 0.7% -
XYZ 21.4 34.61 21.47 -
YUV 137.8 114.56 76.79 -
System Red Green Blue C M Y K H S L
Decimal 66 179 114 0.63 0 0.36 0.30 145.49 0.46 0.48
Hex 42 B3 72 3F 0 24 1E 91 2E 30
Octal 102 263 162 77 0 44 36 221 56 60
Binary 1000010 10110011 1110010 111111 0 100100 11110 10010001 101110 110000

Color Harmonies of #42B372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B372

Black with #42B372

Text Example


Text Example

White with #42B372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,179,114); }

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

background-color css

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

 a { background-color: rgb(66,179,114); }

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

border-color css

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

 span { border-color: rgb(66,179,114); }

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