Html Css Color HEX #42C069 Medium Sea Green

📋 copy color: '#42C069'

red 66 ◦ green 192 ◦ blue 105

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

Shades of Medium Sea Green #42C069

Tints of Medium Sea Green #42C069

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.89%

 BLUE value IS 105 (41.41% from 255) = 28.93%

R = 18.18%
G = 52.89%
B = 28.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#42C069 (or 0x42C069) is known color: Medium Sea Green. HEX triplet: 42, C0 and 69. RGB value is (66,192,105). Sum of RGB (Red+Green+Blue) = 66+192+105=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #42C069 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C069 is #BD3F96. Grayscale: #909090. Windows color (decimal): -12402583 or 6930498. OLE color: 6930498.

HSL color Cylindrical-coordinate representation of color #42C069: hue angle of 138.57º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C069 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 192 105 -
CMYK 0.66 0 0.45 0.25
HSL 138.57º 0.5% 0.51% -
HSV(B) 138.57º 0.66% 0.75% -
XYZ 23.65 39.88 19.82 -
YUV 144.41 105.76 72.07 -
System Red Green Blue C M Y K H S L
Decimal 66 192 105 0.66 0 0.45 0.25 138.57 0.5 0.51
Hex 42 C0 69 42 0 2D 19 8B 32 33
Octal 102 300 151 102 0 55 31 213 62 63
Binary 1000010 11000000 1101001 1000010 0 101101 11001 10001011 110010 110011

Color Harmonies of #42C069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C069

Black with #42C069

Text Example


Text Example

White with #42C069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,192,105); }

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

background-color css

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

 a { background-color: rgb(66,192,105); }

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

border-color css

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

 span { border-color: rgb(66,192,105); }

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