Html Css Color HEX #40B485 Medium Sea Green

📋 copy color: '#40B485'

red 64 ◦ green 180 ◦ blue 133

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

Shades of Medium Sea Green #40B485

Tints of Medium Sea Green #40B485

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.75%

 BLUE value IS 133 (52.34% from 255) = 35.28%

R = 16.98%
G = 47.75%
B = 35.28%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#40B485 (or 0x40B485) is known color: Medium Sea Green. HEX triplet: 40, B4 and 85. RGB value is (64,180,133). Sum of RGB (Red+Green+Blue) = 64+180+133=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #40B485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B485 is #BF4B7A. Grayscale: #8C8C8C. Windows color (decimal): -12536699 or 8762432. OLE color: 8762432.

HSL color Cylindrical-coordinate representation of color #40B485: hue angle of 155.69º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B485 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 180 133 -
CMYK 0.64 0 0.26 0.29
HSL 155.69º 0.48% 0.48% -
HSV(B) 155.69º 0.64% 0.71% -
XYZ 22.67 35.43 27.83 -
YUV 139.96 124.07 73.82 -
System Red Green Blue C M Y K H S L
Decimal 64 180 133 0.64 0 0.26 0.29 155.69 0.48 0.48
Hex 40 B4 85 40 0 1A 1D 9C 30 30
Octal 100 264 205 100 0 32 35 234 60 60
Binary 1000000 10110100 10000101 1000000 0 11010 11101 10011100 110000 110000

Color Harmonies of #40B485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B485

Black with #40B485

Text Example


Text Example

White with #40B485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,180,133); }

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

background-color css

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

 a { background-color: rgb(64,180,133); }

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

border-color css

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

 span { border-color: rgb(64,180,133); }

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