Html Css Color HEX #42B486 Medium Sea Green

📋 copy color: '#42B486'

red 66 ◦ green 180 ◦ blue 134

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

Shades of Medium Sea Green #42B486

Tints of Medium Sea Green #42B486

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.37%

 BLUE value IS 134 (52.73% from 255) = 35.26%

R = 17.37%
G = 47.37%
B = 35.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#42B486 (or 0x42B486) is known color: Medium Sea Green. HEX triplet: 42, B4 and 86. RGB value is (66,180,134). Sum of RGB (Red+Green+Blue) = 66+180+134=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 180 - color contains mainly: green. Hex color #42B486 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B486 is #BD4B79. Grayscale: #8C8C8C. Windows color (decimal): -12405626 or 8827970. OLE color: 8827970.

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

Color convert

RGB 66 180 134 -
CMYK 0.63 0 0.26 0.29
HSL 155.79º 0.46% 0.48% -
HSV(B) 155.79º 0.63% 0.71% -
XYZ 22.87 35.52 28.21 -
YUV 140.67 124.23 74.74 -
System Red Green Blue C M Y K H S L
Decimal 66 180 134 0.63 0 0.26 0.29 155.79 0.46 0.48
Hex 42 B4 86 3F 0 1A 1D 9C 2E 30
Octal 102 264 206 77 0 32 35 234 56 60
Binary 1000010 10110100 10000110 111111 0 11010 11101 10011100 101110 110000

Color Harmonies of #42B486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B486

Black with #42B486

Text Example


Text Example

White with #42B486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,180,134); }

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

background-color css

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

 a { background-color: rgb(66,180,134); }

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

border-color css

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

 span { border-color: rgb(66,180,134); }

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