Html Css Color HEX #42B06A Medium Sea Green

📋 copy color: '#42B06A'

red 66 ◦ green 176 ◦ blue 106

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

Shades of Medium Sea Green #42B06A

Tints of Medium Sea Green #42B06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.46%

R = 18.97%
G = 50.57%
B = 30.46%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#42B06A (or 0x42B06A) is known color: Medium Sea Green. HEX triplet: 42, B0 and 6A. RGB value is (66,176,106). Sum of RGB (Red+Green+Blue) = 66+176+106=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #42B06A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B06A is #BD4F95. Grayscale: #878787. Windows color (decimal): -12406678 or 6991938. OLE color: 6991938.

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

Color convert

RGB 66 176 106 -
CMYK 0.62 0 0.40 0.31
HSL 141.82º 0.45% 0.47% -
HSV(B) 141.82º 0.63% 0.69% -
XYZ 20.37 33.25 18.98 -
YUV 135.13 111.56 78.69 -
System Red Green Blue C M Y K H S L
Decimal 66 176 106 0.62 0 0.40 0.31 141.82 0.45 0.47
Hex 42 B0 6A 3E 0 28 1F 8E 2D 2F
Octal 102 260 152 76 0 50 37 216 55 57
Binary 1000010 10110000 1101010 111110 0 101000 11111 10001110 101101 101111

Color Harmonies of #42B06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B06A

Black with #42B06A

Text Example


Text Example

White with #42B06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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