Html Css Color HEX #42B47D Medium Sea Green

📋 copy color: '#42B47D'

red 66 ◦ green 180 ◦ blue 125

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

Shades of Medium Sea Green #42B47D

Tints of Medium Sea Green #42B47D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.52%

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

R = 17.79%
G = 48.52%
B = 33.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#42B47D (or 0x42B47D) is known color: Medium Sea Green. HEX triplet: 42, B4 and 7D. RGB value is (66,180,125). Sum of RGB (Red+Green+Blue) = 66+180+125=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #42B47D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B47D is #BD4B82. Grayscale: #8B8B8B. Windows color (decimal): -12405635 or 8238146. OLE color: 8238146.

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

Color convert

RGB 66 180 125 -
CMYK 0.63 0 0.31 0.29
HSL 151.05º 0.46% 0.48% -
HSV(B) 151.05º 0.63% 0.71% -
XYZ 22.27 35.28 25.04 -
YUV 139.64 119.73 75.47 -
System Red Green Blue C M Y K H S L
Decimal 66 180 125 0.63 0 0.31 0.29 151.05 0.46 0.48
Hex 42 B4 7D 3F 0 1F 1D 97 2E 30
Octal 102 264 175 77 0 37 35 227 56 60
Binary 1000010 10110100 1111101 111111 0 11111 11101 10010111 101110 110000

Color Harmonies of #42B47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B47D

Black with #42B47D

Text Example


Text Example

White with #42B47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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