#38AB7B

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

Shades of Medium Sea Green #38AB7B

Tints of Medium Sea Green #38AB7B

Color information

#38AB7B (or 0x38AB7B) is unknown color: approx Medium Sea Green. HEX triplet: 38, AB and 7B. RGB value is (56,171,123). Sum of RGB (Red+Green+Blue) = 56+171+123=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AB7B is #C75484. Grayscale: #838383. Windows color (decimal): -13063301 or 8104760. OLE color: 8104760.

HSL color Cylindrical-coordinate representation of color #38AB7B: hue angle of 154.96º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AB7B is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB56171123-
CMYK0.6700.280.33
HSL154.96º50.66%44.51%-
HSV(B)154.96º67.25%67.06%-
XYZ19.7731.423.76-
YUV131.14123.474.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16%
GREEN value IS 171 (67.19% from 255) = 48.86%
BLUE value IS 123 (48.44% from 255) = 35.14%
R=16%
G=48.86%
B=35.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561711230.6700.280.33154.9650.6644.51
Hex38AB7B4301C219b332d
Octal70253173103034412336355
Binary111000101010111111011100001101110010000110011011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38AB7B; }

 p { color: rgb(56,171,123); }

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

<style>
 a { background-color: #38AB7B; }

 a { background-color: rgb(56,171,123); }

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

<style>
 span { border-color: #38AB7B; }

 span { border-color: rgb(56,171,123); }

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