Html Css Color HEX #42BE86 Medium Sea Green

📋 copy color: '#42BE86'

red 66 ◦ green 190 ◦ blue 134

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

Shades of Medium Sea Green #42BE86

Tints of Medium Sea Green #42BE86

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.72%

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

R = 16.92%
G = 48.72%
B = 34.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#42BE86 (or 0x42BE86) is known color: Medium Sea Green. HEX triplet: 42, BE and 86. RGB value is (66,190,134). Sum of RGB (Red+Green+Blue) = 66+190+134=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 190 (74.61% from 255 or 48.72% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BE86 is #BD4179. Grayscale: #929292. Windows color (decimal): -12403066 or 8830530. OLE color: 8830530.

HSL color Cylindrical-coordinate representation of color #42BE86: hue angle of 152.9º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BE86 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 190 134 -
CMYK 0.65 0 0.29 0.25
HSL 152.9º 0.49% 0.5% -
HSV(B) 152.9º 0.65% 0.75% -
XYZ 24.96 39.71 28.9 -
YUV 146.54 120.92 70.55 -
System Red Green Blue C M Y K H S L
Decimal 66 190 134 0.65 0 0.29 0.25 152.9 0.49 0.5
Hex 42 BE 86 41 0 1D 19 99 31 32
Octal 102 276 206 101 0 35 31 231 61 62
Binary 1000010 10111110 10000110 1000001 0 11101 11001 10011001 110001 110010

Color Harmonies of #42BE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BE86

Black with #42BE86

Text Example


Text Example

White with #42BE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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