Html Css Color HEX #42C068 Medium Sea Green

📋 copy color: '#42C068'

red 66 ◦ green 192 ◦ blue 104

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

Shades of Medium Sea Green #42C068

Tints of Medium Sea Green #42C068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.73%

R = 18.23%
G = 53.04%
B = 28.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#42C068 (or 0x42C068) is known color: Medium Sea Green. HEX triplet: 42, C0 and 68. RGB value is (66,192,104). Sum of RGB (Red+Green+Blue) = 66+192+104=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #42C068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C068 is #BD3F97. Grayscale: #909090. Windows color (decimal): -12402584 or 6864962. OLE color: 6864962.

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

Color convert

RGB 66 192 104 -
CMYK 0.66 0 0.46 0.25
HSL 138.1º 0.5% 0.51% -
HSV(B) 138.1º 0.66% 0.75% -
XYZ 23.6 39.86 19.55 -
YUV 144.29 105.26 72.16 -
System Red Green Blue C M Y K H S L
Decimal 66 192 104 0.66 0 0.46 0.25 138.1 0.5 0.51
Hex 42 C0 68 42 0 2E 19 8A 32 33
Octal 102 300 150 102 0 56 31 212 62 63
Binary 1000010 11000000 1101000 1000010 0 101110 11001 10001010 110010 110011

Color Harmonies of #42C068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C068

Black with #42C068

Text Example


Text Example

White with #42C068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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