Html Css Color HEX #42B97E Medium Sea Green

📋 copy color: '#42B97E'

red 66 ◦ green 185 ◦ blue 126

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

Shades of Medium Sea Green #42B97E

Tints of Medium Sea Green #42B97E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.07%

 BLUE value IS 126 (49.61% from 255) = 33.42%

R = 17.51%
G = 49.07%
B = 33.42%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#42B97E (or 0x42B97E) is known color: Medium Sea Green. HEX triplet: 42, B9 and 7E. RGB value is (66,185,126). Sum of RGB (Red+Green+Blue) = 66+185+126=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 185 - color contains mainly: green. Hex color #42B97E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B97E is #BD4681. Grayscale: #8E8E8E. Windows color (decimal): -12404354 or 8304962. OLE color: 8304962.

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

Color convert

RGB 66 185 126 -
CMYK 0.64 0 0.32 0.27
HSL 150.25º 0.47% 0.49% -
HSV(B) 150.25º 0.64% 0.73% -
XYZ 23.36 37.36 25.72 -
YUV 142.69 118.58 73.3 -
System Red Green Blue C M Y K H S L
Decimal 66 185 126 0.64 0 0.32 0.27 150.25 0.47 0.49
Hex 42 B9 7E 40 0 20 1B 96 2F 31
Octal 102 271 176 100 0 40 33 226 57 61
Binary 1000010 10111001 1111110 1000000 0 100000 11011 10010110 101111 110001

Color Harmonies of #42B97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B97E

Black with #42B97E

Text Example


Text Example

White with #42B97E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,185,126); }

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

background-color css

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

 a { background-color: rgb(66,185,126); }

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

border-color css

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

 span { border-color: rgb(66,185,126); }

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