Html Css Color HEX #42C066 Medium Sea Green

📋 copy color: '#42C066'

red 66 ◦ green 192 ◦ blue 102

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

Shades of Medium Sea Green #42C066

Tints of Medium Sea Green #42C066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.33%

R = 18.33%
G = 53.33%
B = 28.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#42C066 (or 0x42C066) is known color: Medium Sea Green. HEX triplet: 42, C0 and 66. RGB value is (66,192,102). Sum of RGB (Red+Green+Blue) = 66+192+102=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #42C066 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C066 is #BD3F99. Grayscale: #909090. Windows color (decimal): -12402586 or 6733890. OLE color: 6733890.

HSL color Cylindrical-coordinate representation of color #42C066: hue angle of 137.14º 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 #42C066 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 192 102 -
CMYK 0.66 0 0.47 0.25
HSL 137.14º 0.5% 0.51% -
HSV(B) 137.14º 0.66% 0.75% -
XYZ 23.49 39.82 19.02 -
YUV 144.07 104.26 72.32 -
System Red Green Blue C M Y K H S L
Decimal 66 192 102 0.66 0 0.47 0.25 137.14 0.5 0.51
Hex 42 C0 66 42 0 2F 19 89 32 33
Octal 102 300 146 102 0 57 31 211 62 63
Binary 1000010 11000000 1100110 1000010 0 101111 11001 10001001 110010 110011

Color Harmonies of #42C066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C066

Black with #42C066

Text Example


Text Example

White with #42C066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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