Html Css Color HEX #42BA87 Medium Sea Green

📋 copy color: '#42BA87'

red 66 ◦ green 186 ◦ blue 135

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

Shades of Medium Sea Green #42BA87

Tints of Medium Sea Green #42BA87

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.06%

 BLUE value IS 135 (53.13% from 255) = 34.88%

R = 17.05%
G = 48.06%
B = 34.88%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#42BA87 (or 0x42BA87) is known color: Medium Sea Green. HEX triplet: 42, BA and 87. RGB value is (66,186,135). Sum of RGB (Red+Green+Blue) = 66+186+135=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BA87 is #BD4578. Grayscale: #909090. Windows color (decimal): -12404089 or 8895042. OLE color: 8895042.

HSL color Cylindrical-coordinate representation of color #42BA87: hue angle of 154.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BA87 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 186 135 -
CMYK 0.65 0 0.27 0.27
HSL 154.5º 0.48% 0.49% -
HSV(B) 154.5º 0.65% 0.73% -
XYZ 24.18 38.03 28.99 -
YUV 144.31 122.74 72.15 -
System Red Green Blue C M Y K H S L
Decimal 66 186 135 0.65 0 0.27 0.27 154.5 0.48 0.49
Hex 42 BA 87 41 0 1B 1B 9A 30 31
Octal 102 272 207 101 0 33 33 232 60 61
Binary 1000010 10111010 10000111 1000001 0 11011 11011 10011010 110000 110001

Color Harmonies of #42BA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA87

Black with #42BA87

Text Example


Text Example

White with #42BA87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,186,135); }

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

background-color css

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

 a { background-color: rgb(66,186,135); }

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

border-color css

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

 span { border-color: rgb(66,186,135); }

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