Html Css Color HEX #42B064 Medium Sea Green

📋 copy color: '#42B064'

red 66 ◦ green 176 ◦ blue 100

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

Shades of Medium Sea Green #42B064

Tints of Medium Sea Green #42B064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.24%

R = 19.3%
G = 51.46%
B = 29.24%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#42B064 (or 0x42B064) is known color: Medium Sea Green. HEX triplet: 42, B0 and 64. RGB value is (66,176,100). Sum of RGB (Red+Green+Blue) = 66+176+100=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 176 (69.14% from 255 or 51.46% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 176 - color contains mainly: green. Hex color #42B064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B064 is #BD4F9B. Grayscale: #868686. Windows color (decimal): -12406684 or 6598722. OLE color: 6598722.

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

Color convert

RGB 66 176 100 -
CMYK 0.62 0 0.43 0.31
HSL 138.55º 0.45% 0.47% -
HSV(B) 138.55º 0.63% 0.69% -
XYZ 20.07 33.13 17.39 -
YUV 134.45 108.56 79.18 -
System Red Green Blue C M Y K H S L
Decimal 66 176 100 0.62 0 0.43 0.31 138.55 0.45 0.47
Hex 42 B0 64 3E 0 2B 1F 8B 2D 2F
Octal 102 260 144 76 0 53 37 213 55 57
Binary 1000010 10110000 1100100 111110 0 101011 11111 10001011 101101 101111

Color Harmonies of #42B064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B064

Black with #42B064

Text Example


Text Example

White with #42B064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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