#38BD5A

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

Shades of Medium Sea Green #38BD5A

Tints of Medium Sea Green #38BD5A

Color information

#38BD5A (or 0x38BD5A) is unknown color: approx Medium Sea Green. HEX triplet: 38, BD and 5A. RGB value is (56,189,90). Sum of RGB (Red+Green+Blue) = 56+189+90=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 189 (74.22% from 255 or 56.42% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 189 - color contains mainly: green. Hex color #38BD5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BD5A is #C742A5. Grayscale: #8A8A8A. Windows color (decimal): -13058726 or 5946680. OLE color: 5946680.

HSL color Cylindrical-coordinate representation of color #38BD5A: hue angle of 135.34º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BD5A is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB5618990-
CMYK0.7000.520.26
HSL135.34º54.29%48.04%-
HSV(B)135.34º70.37%74.12%-
XYZ21.6737.9715.86-
YUV137.95100.9469.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.72%
GREEN value IS 189 (74.22% from 255) = 56.42%
BLUE value IS 90 (35.55% from 255) = 26.87%
R=16.72%
G=56.42%
B=26.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal56189900.7000.520.26135.3454.2948.04
Hex38BD5A460341A873630
Octal70275132106064322076660
Binary111000101111011011010100011001101001101010000111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,189,90); }

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

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

 a { background-color: rgb(56,189,90); }

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

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

 span { border-color: rgb(56,189,90); }

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