#44af7b

Color #44AF7B Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #44AF7B

Tints of Medium Sea Green #44AF7B

Color information

#44AF7B (or 0x44AF7B) is unknown color: approx Medium Sea Green. HEX triplet: 44, AF and 7B. RGB value is (68,175,123). Sum of RGB (Red+Green+Blue) = 68+175+123=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 175 - color contains mainly: green. Hex color #44AF7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AF7B is #BB5084. Grayscale: #898989. Windows color (decimal): -12275845 or 8105796. OLE color: 8105796.

HSL color Cylindrical-coordinate representation of color #44AF7B: hue angle of 150.84º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44AF7B is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB68175123-
CMYK0.6100.300.31
HSL150.84º44.03%47.65%-
HSV(B)150.84º61.14%68.63%-
XYZ21.2933.3224.05-
YUV137.08120.0578.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.58%
GREEN value IS 175 (68.75% from 255) = 47.81%
BLUE value IS 123 (48.44% from 255) = 33.61%
R=18.58%
G=47.81%
B=33.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal681751230.6100.300.31150.8444.0347.65
Hex44AF7B3D01E1F972c30
Octal10425717375036372275460
Binary10001001010111111110111111010111101111110010111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44af7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44af7b; }

 p { color: rgb(68,175,123); }

 H1.HeaderClassName
 {
   color: #44af7b;
 }
 .AnyTagClassName
 {
   color: #44af7b;
 }
</style>
background-color css

<style>
 a { background-color: #44af7b; }

 a { background-color: rgb(68,175,123); }

 div.DivClassName
 {
   background-color: #44af7b;
 }
 .BgClassName
 {
   background-color: #44af7b;
 }
</style>
border-color css

<style>
 span { border-color: #44af7b; }

 span { border-color: rgb(68,175,123); }

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