#38BF7B

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

Shades of Medium Sea Green #38BF7B

Tints of Medium Sea Green #38BF7B

Color information

#38BF7B (or 0x38BF7B) is unknown color: approx Medium Sea Green. HEX triplet: 38, BF and 7B. RGB value is (56,191,123). Sum of RGB (Red+Green+Blue) = 56+191+123=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #38BF7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BF7B is #C74084. Grayscale: #8F8F8F. Windows color (decimal): -13058181 or 8109880. OLE color: 8109880.

HSL color Cylindrical-coordinate representation of color #38BF7B: hue angle of 149.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38BF7B is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB56191123-
CMYK0.7100.360.25
HSL149.78º54.66%48.43%-
HSV(B)149.78º70.68%74.9%-
XYZ23.8439.5325.11-
YUV142.88116.7766.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.14%
GREEN value IS 191 (75% from 255) = 51.62%
BLUE value IS 123 (48.44% from 255) = 33.24%
R=15.14%
G=51.62%
B=33.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561911230.7100.360.25149.7854.6648.43
Hex38BF7B4702419963730
Octal70277173107044312266760
Binary111000101111111111011100011101001001100110010110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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