Html Css Color HEX #42B06C Medium Sea Green

📋 copy color: '#42B06C'

red 66 ◦ green 176 ◦ blue 108

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

Shades of Medium Sea Green #42B06C

Tints of Medium Sea Green #42B06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 18.86%
G = 50.29%
B = 30.86%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#42B06C (or 0x42B06C) is known color: Medium Sea Green. HEX triplet: 42, B0 and 6C. RGB value is (66,176,108). Sum of RGB (Red+Green+Blue) = 66+176+108=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #42B06C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B06C is #BD4F93. Grayscale: #878787. Windows color (decimal): -12406676 or 7123010. OLE color: 7123010.

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

Color convert

RGB 66 176 108 -
CMYK 0.62 0 0.39 0.31
HSL 142.91º 0.45% 0.47% -
HSV(B) 142.91º 0.63% 0.69% -
XYZ 20.48 33.29 19.53 -
YUV 135.36 112.56 78.53 -
System Red Green Blue C M Y K H S L
Decimal 66 176 108 0.62 0 0.39 0.31 142.91 0.45 0.47
Hex 42 B0 6C 3E 0 27 1F 8F 2D 2F
Octal 102 260 154 76 0 47 37 217 55 57
Binary 1000010 10110000 1101100 111110 0 100111 11111 10001111 101101 101111

Color Harmonies of #42B06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B06C

Black with #42B06C

Text Example


Text Example

White with #42B06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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