Html Css Color HEX #40B278 Medium Sea Green

📋 copy color: '#40B278'

red 64 ◦ green 178 ◦ blue 120

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

Shades of Medium Sea Green #40B278

Tints of Medium Sea Green #40B278

RGB

 RED value IS 64 (25.39% from 255) = 17.68%

 GREEN value IS 178 (69.92% from 255) = 49.17%

 BLUE value IS 120 (47.27% from 255) = 33.15%

R = 17.68%
G = 49.17%
B = 33.15%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#40B278 (or 0x40B278) is known color: Medium Sea Green. HEX triplet: 40, B2 and 78. RGB value is (64,178,120). Sum of RGB (Red+Green+Blue) = 64+178+120=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 178 (69.92% from 255 or 49.17% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 178 - color contains mainly: green. Hex color #40B278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B278 is #BF4D87. Grayscale: #898989. Windows color (decimal): -12537224 or 7909952. OLE color: 7909952.

HSL color Cylindrical-coordinate representation of color #40B278: hue angle of 149.47º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B278 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 64 178 120 -
CMYK 0.64 0 0.33 0.30
HSL 149.47º 0.47% 0.47% -
HSV(B) 149.47º 0.64% 0.7% -
XYZ 21.42 34.29 23.26 -
YUV 137.3 118.23 75.72 -
System Red Green Blue C M Y K H S L
Decimal 64 178 120 0.64 0 0.33 0.30 149.47 0.47 0.47
Hex 40 B2 78 40 0 21 1E 95 2F 2F
Octal 100 262 170 100 0 41 36 225 57 57
Binary 1000000 10110010 1111000 1000000 0 100001 11110 10010101 101111 101111

Color Harmonies of #40B278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B278

Black with #40B278

Text Example


Text Example

White with #40B278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40B278; }

 p { color: rgb(64,178,120); }

 H1.HeaderClassName
 {
   color: #40B278;
 }
 .AnyTagClassName
 {
   color: #40B278;
 }
</style>

background-color css

<style>
 a { background-color: #40B278; }

 a { background-color: rgb(64,178,120); }

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

border-color css

<style>
 span { border-color: #40B278; }

 span { border-color: rgb(64,178,120); }

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