Html Css Color HEX #42B17D Medium Sea Green

📋 copy color: '#42B17D'

red 66 ◦ green 177 ◦ blue 125

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

Shades of Medium Sea Green #42B17D

Tints of Medium Sea Green #42B17D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.1%

 BLUE value IS 125 (49.22% from 255) = 33.97%

R = 17.93%
G = 48.1%
B = 33.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#42B17D (or 0x42B17D) is known color: Medium Sea Green. HEX triplet: 42, B1 and 7D. RGB value is (66,177,125). Sum of RGB (Red+Green+Blue) = 66+177+125=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 177 - color contains mainly: green. Hex color #42B17D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B17D is #BD4E82. Grayscale: #898989. Windows color (decimal): -12406403 or 8237378. OLE color: 8237378.

HSL color Cylindrical-coordinate representation of color #42B17D: hue angle of 151.89º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B17D is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 177 125 -
CMYK 0.63 0 0.29 0.31
HSL 151.89º 0.46% 0.48% -
HSV(B) 151.89º 0.63% 0.69% -
XYZ 21.67 34.08 24.84 -
YUV 137.88 120.73 76.73 -
System Red Green Blue C M Y K H S L
Decimal 66 177 125 0.63 0 0.29 0.31 151.89 0.46 0.48
Hex 42 B1 7D 3F 0 1D 1F 98 2E 30
Octal 102 261 175 77 0 35 37 230 56 60
Binary 1000010 10110001 1111101 111111 0 11101 11111 10011000 101110 110000

Color Harmonies of #42B17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B17D

Black with #42B17D

Text Example


Text Example

White with #42B17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,177,125); }

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

background-color css

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

 a { background-color: rgb(66,177,125); }

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

border-color css

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

 span { border-color: rgb(66,177,125); }

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