Html Css Color HEX #42BC7A Medium Sea Green

📋 copy color: '#42BC7A'

red 66 ◦ green 188 ◦ blue 122

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

Shades of Medium Sea Green #42BC7A

Tints of Medium Sea Green #42BC7A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50%

 BLUE value IS 122 (48.05% from 255) = 32.45%

R = 17.55%
G = 50%
B = 32.45%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#42BC7A (or 0x42BC7A) is known color: Medium Sea Green. HEX triplet: 42, BC and 7A. RGB value is (66,188,122). Sum of RGB (Red+Green+Blue) = 66+188+122=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BC7A is #BD4385. Grayscale: #909090. Windows color (decimal): -12403590 or 8043586. OLE color: 8043586.

HSL color Cylindrical-coordinate representation of color #42BC7A: hue angle of 147.54º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BC7A is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 188 122 -
CMYK 0.65 0 0.35 0.26
HSL 147.54º 0.48% 0.5% -
HSV(B) 147.54º 0.65% 0.74% -
XYZ 23.74 38.53 24.6 -
YUV 144 115.58 72.37 -
System Red Green Blue C M Y K H S L
Decimal 66 188 122 0.65 0 0.35 0.26 147.54 0.48 0.5
Hex 42 BC 7A 41 0 23 1A 94 30 32
Octal 102 274 172 101 0 43 32 224 60 62
Binary 1000010 10111100 1111010 1000001 0 100011 11010 10010100 110000 110010

Color Harmonies of #42BC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BC7A

Black with #42BC7A

Text Example


Text Example

White with #42BC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,188,122); }

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

background-color css

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

 a { background-color: rgb(66,188,122); }

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

border-color css

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

 span { border-color: rgb(66,188,122); }

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