Html Css Color HEX #42B076 Medium Sea Green

📋 copy color: '#42B076'

red 66 ◦ green 176 ◦ blue 118

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

Shades of Medium Sea Green #42B076

Tints of Medium Sea Green #42B076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.78%

R = 18.33%
G = 48.89%
B = 32.78%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#42B076 (or 0x42B076) is known color: Medium Sea Green. HEX triplet: 42, B0 and 76. RGB value is (66,176,118). Sum of RGB (Red+Green+Blue) = 66+176+118=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 176 (69.14% from 255 or 48.89% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 176 - color contains mainly: green. Hex color #42B076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B076 is #BD4F89. Grayscale: #888888. Windows color (decimal): -12406666 or 7778370. OLE color: 7778370.

HSL color Cylindrical-coordinate representation of color #42B076: hue angle of 148.36º 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 #42B076 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 176 118 -
CMYK 0.62 0 0.33 0.31
HSL 148.36º 0.45% 0.47% -
HSV(B) 148.36º 0.63% 0.69% -
XYZ 21.04 33.52 22.5 -
YUV 136.5 117.56 77.72 -
System Red Green Blue C M Y K H S L
Decimal 66 176 118 0.62 0 0.33 0.31 148.36 0.45 0.47
Hex 42 B0 76 3E 0 21 1F 94 2D 2F
Octal 102 260 166 76 0 41 37 224 55 57
Binary 1000010 10110000 1110110 111110 0 100001 11111 10010100 101101 101111

Color Harmonies of #42B076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B076

Black with #42B076

Text Example


Text Example

White with #42B076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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