#38BD6A

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

Shades of Medium Sea Green #38BD6A

Tints of Medium Sea Green #38BD6A

Color information

#38BD6A (or 0x38BD6A) is unknown color: approx Medium Sea Green. HEX triplet: 38, BD and 6A. RGB value is (56,189,106). Sum of RGB (Red+Green+Blue) = 56+189+106=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 189 (74.22% from 255 or 53.85% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 189 - color contains mainly: green. Hex color #38BD6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BD6A is #C74295. Grayscale: #8B8B8B. Windows color (decimal): -13058710 or 6995256. OLE color: 6995256.

HSL color Cylindrical-coordinate representation of color #38BD6A: hue angle of 142.56º 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 #38BD6A is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB56189106-
CMYK0.7000.440.26
HSL142.56º54.29%48.04%-
HSV(B)142.56º70.37%74.12%-
XYZ22.4338.2819.84-
YUV139.77108.9468.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.95%
GREEN value IS 189 (74.22% from 255) = 53.85%
BLUE value IS 106 (41.80% from 255) = 30.20%
R=15.95%
G=53.85%
B=30.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal561891060.7000.440.26142.5654.2948.04
Hex38BD6A4602C1A8f3630
Octal70275152106054322176660
Binary111000101111011101010100011001011001101010001111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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