Html Css Color HEX #42BA7B Medium Sea Green

📋 copy color: '#42BA7B'

red 66 ◦ green 186 ◦ blue 123

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

Shades of Medium Sea Green #42BA7B

Tints of Medium Sea Green #42BA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.8%

R = 17.6%
G = 49.6%
B = 32.8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#42BA7B (or 0x42BA7B) is known color: Medium Sea Green. HEX triplet: 42, BA and 7B. RGB value is (66,186,123). Sum of RGB (Red+Green+Blue) = 66+186+123=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BA7B is #BD4584. Grayscale: #8F8F8F. Windows color (decimal): -12404101 or 8108610. OLE color: 8108610.

HSL color Cylindrical-coordinate representation of color #42BA7B: hue angle of 148.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 #42BA7B is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 186 123 -
CMYK 0.65 0 0.34 0.27
HSL 148.5º 0.48% 0.49% -
HSV(B) 148.5º 0.65% 0.73% -
XYZ 23.38 37.71 24.78 -
YUV 142.94 116.74 73.12 -
System Red Green Blue C M Y K H S L
Decimal 66 186 123 0.65 0 0.34 0.27 148.5 0.48 0.49
Hex 42 BA 7B 41 0 22 1B 94 30 31
Octal 102 272 173 101 0 42 33 224 60 61
Binary 1000010 10111010 1111011 1000001 0 100010 11011 10010100 110000 110001

Color Harmonies of #42BA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA7B

Black with #42BA7B

Text Example


Text Example

White with #42BA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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