Html Css Color HEX #42B07D Medium Sea Green

📋 copy color: '#42B07D'

red 66 ◦ green 176 ◦ blue 125

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

Shades of Medium Sea Green #42B07D

Tints of Medium Sea Green #42B07D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.96%

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

R = 17.98%
G = 47.96%
B = 34.06%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#42B07D (or 0x42B07D) is known color: Medium Sea Green. HEX triplet: 42, B0 and 7D. RGB value is (66,176,125). Sum of RGB (Red+Green+Blue) = 66+176+125=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 176 - color contains mainly: green. Hex color #42B07D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B07D is #BD4F82. Grayscale: #898989. Windows color (decimal): -12406659 or 8237122. OLE color: 8237122.

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

Color convert

RGB 66 176 125 -
CMYK 0.62 0 0.29 0.31
HSL 152.18º 0.45% 0.47% -
HSV(B) 152.18º 0.63% 0.69% -
XYZ 21.47 33.69 24.77 -
YUV 137.3 121.06 77.15 -
System Red Green Blue C M Y K H S L
Decimal 66 176 125 0.62 0 0.29 0.31 152.18 0.45 0.47
Hex 42 B0 7D 3E 0 1D 1F 98 2D 2F
Octal 102 260 175 76 0 35 37 230 55 57
Binary 1000010 10110000 1111101 111110 0 11101 11111 10011000 101101 101111

Color Harmonies of #42B07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B07D

Black with #42B07D

Text Example


Text Example

White with #42B07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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