Html Css Color HEX #42B070 Medium Sea Green

📋 copy color: '#42B070'

red 66 ◦ green 176 ◦ blue 112

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

Shades of Medium Sea Green #42B070

Tints of Medium Sea Green #42B070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.64%

R = 18.64%
G = 49.72%
B = 31.64%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#42B070 (or 0x42B070) is known color: Medium Sea Green. HEX triplet: 42, B0 and 70. RGB value is (66,176,112). Sum of RGB (Red+Green+Blue) = 66+176+112=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 176 - color contains mainly: green. Hex color #42B070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B070 is #BD4F8F. Grayscale: #878787. Windows color (decimal): -12406672 or 7385154. OLE color: 7385154.

HSL color Cylindrical-coordinate representation of color #42B070: hue angle of 145.09º 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 #42B070 is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 176 112 -
CMYK 0.62 0 0.36 0.31
HSL 145.09º 0.45% 0.47% -
HSV(B) 145.09º 0.63% 0.69% -
XYZ 20.7 33.38 20.68 -
YUV 135.81 114.56 78.2 -
System Red Green Blue C M Y K H S L
Decimal 66 176 112 0.62 0 0.36 0.31 145.09 0.45 0.47
Hex 42 B0 70 3E 0 24 1F 91 2D 2F
Octal 102 260 160 76 0 44 37 221 55 57
Binary 1000010 10110000 1110000 111110 0 100100 11111 10010001 101101 101111

Color Harmonies of #42B070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B070

Black with #42B070

Text Example


Text Example

White with #42B070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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