Html Css Color HEX #42B071 Medium Sea Green

📋 copy color: '#42B071'

red 66 ◦ green 176 ◦ blue 113

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

Shades of Medium Sea Green #42B071

Tints of Medium Sea Green #42B071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.58%

 BLUE value IS 113 (44.53% from 255) = 31.83%

R = 18.59%
G = 49.58%
B = 31.83%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#42B071 (or 0x42B071) is known color: Medium Sea Green. HEX triplet: 42, B0 and 71. RGB value is (66,176,113). Sum of RGB (Red+Green+Blue) = 66+176+113=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 176 (69.14% from 255 or 49.58% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 176 - color contains mainly: green. Hex color #42B071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B071 is #BD4F8E. Grayscale: #888888. Windows color (decimal): -12406671 or 7450690. OLE color: 7450690.

HSL color Cylindrical-coordinate representation of color #42B071: hue angle of 145.64º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42B071 is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 176 113 -
CMYK 0.62 0 0.36 0.31
HSL 145.64º 0.45% 0.47% -
HSV(B) 145.64º 0.63% 0.69% -
XYZ 20.75 33.4 20.98 -
YUV 135.93 115.06 78.12 -
System Red Green Blue C M Y K H S L
Decimal 66 176 113 0.62 0 0.36 0.31 145.64 0.45 0.47
Hex 42 B0 71 3E 0 24 1F 92 2D 2F
Octal 102 260 161 76 0 44 37 222 55 57
Binary 1000010 10110000 1110001 111110 0 100100 11111 10010010 101101 101111

Color Harmonies of #42B071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B071

Black with #42B071

Text Example


Text Example

White with #42B071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,176,113); }

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

background-color css

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

 a { background-color: rgb(66,176,113); }

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

border-color css

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

 span { border-color: rgb(66,176,113); }

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